Package scpsolver.constraints

Interface Summary
Constraint Basic format for a constraint of a constrained mathematical optimization problem.
Convertable Classes implementing this interface can be exported as part of a CPLEX or GMPL problem description.
LinearConstraint Constraint format of a linear program.
QuadraticConstraint  
StochasticConstraint  
 

Class Summary
LinearBiggerThanEqualsConstraint  
LinearEqualsConstraint  
LinearSmallerThanEqualsConstraint  
QuadraticSmallerThanEqualsContraint  
StochasticAbstractConstraint  
StochasticBiggerThanEqualsConstraint  
StochasticEqualsConstraint  
StochasticSmallerThanEqualsConstraint