object IntegerProgTest extends App
The IntegerProgTest
object is used to test the IntegerProg
class.
real solution x = (2.25, 3.75), f = 41.25
integer solution x = (0, 5), f = 40
- See also
web.mit.edu/15.053/www/AMP-Chapter-09.pdf
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IntegerProgTest
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val a: MatrixD
- val b: VectorD
- val c: VectorD
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val ilp: IntegerProg
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
Deprecated Value Members
-
def
delayedInit(body: ⇒ Unit): Unit
- Definition Classes
- App → DelayedInit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) the delayedInit mechanism will disappear