MinimizerLP
scalation.optimization.linear_opt.MinimizerLP
trait MinimizerLP
The MinimizerLP
trait sets the pattern for optimization algorithms for solving Linear Programming (LP) problems of the form:
minimize c x subject to a x <= b, x >= 0
where a is the constraint matrix b is the limit/RHS vector c is the cost vector
Classes mixing in this trait must implement an objective function objF an iterative method (solve) that searches for improved solutions x-vectors with lower objective function values.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class Simplex2P
Members list
Visibility
- public
- protected
In this article