public class CardinalityInstance extends java.lang.Object implements CplexInstance
Modifier and Type | Method and Description |
---|---|
CplexSolver |
build(Main.ObjAlgorithm algorithm)
Builds a CPLEX model.
|
double[] |
getC()
Gets the linear costs.
|
PositiveSDefiniteMatrix |
getQ()
Gets the Q matrix.
|
public CplexSolver build(Main.ObjAlgorithm algorithm) throws ilog.concert.IloException
CplexInstance
build
in interface CplexInstance
algorithm
- The configuration to use for building the model. ilog.concert.IloException
public double[] getC()
public PositiveSDefiniteMatrix getQ()