A B C D E F G L M N O P R S T U V 

C

CLP - Class in com.quantego.clp
Java interface for the CLP linear solver.
CLP() - Constructor for class com.quantego.clp.CLP
Create an new model instance.
CLP.ALGORITHM - Enum in com.quantego.clp
Solution algorithm
CLP.SCALING - Enum in com.quantego.clp
Parameter scaling
CLP.STATUS - Enum in com.quantego.clp
Solution status
CLPConstraint - Class in com.quantego.clp
Holds a constraint of a CLP model.
CLPConstraint.TYPE - Enum in com.quantego.clp
Constraint type.
CLPExpression - Class in com.quantego.clp
Builder class to create the left-hand side of a CLPConstraint.
CLPObjective - Class in com.quantego.clp
Holds a constraint of a CLP model.
CLPVariable - Class in com.quantego.clp
Holds a variable of a CLP model.
CLPVariableSet - Class in com.quantego.clp
Builder class for a set of CLPVariable with identical parameters.
com.quantego.clp - package com.quantego.clp
 
createExpression() - Method in class com.quantego.clp.CLP
Create an expression builder to add a constraint or formulate the objective function.
A B C D E F G L M N O P R S T U V