AffineScaling

Simple LP solver based on http://en.wikipedia.org/wiki/Karmarkar's_algorithm Note that this is not Karmarkar's algorithm.

Companion:
object
trait Serializable
class Object
trait Matchable
class Any
object AffineScaling.type

Type members

Classlikes

object UnboundedProblem extends Exception

Value members

Concrete methods

Maximize c dot x s.t. Ax <= b

Maximize c dot x s.t. Ax <= b

Inherited methods

protected def logger: LazyLogger
Inherited from:
SerializableLogging