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

Type members

Classlikes

object UnboundedProblem extends Exception

Value members

Concrete methods

def maximize(A: DenseMatrix[Double], b: DenseVector[Double], c: DenseVector[Double], x0: DenseVector[Double], gamma: Double, eps: Double): DenseVector[Double]

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