public class PureILPProblem extends ILPProblemImpl1
Constructor and Description |
---|
PureILPProblem(Vector cost,
LinearGreaterThanConstraints greater,
LinearLessThanConstraints less,
LinearEqualityConstraints equal,
BoxConstraints bounds,
double epsilon)
Construct a pure ILP problem.
|
A, Aeq, b, beq, c, dimension, epsilon, f, getEqualityConstraints, getIntegerIndices, getLessThanConstraints, getNonIntegralIndices, isFree
public PureILPProblem(Vector cost, LinearGreaterThanConstraints greater, LinearLessThanConstraints less, LinearEqualityConstraints equal, BoxConstraints bounds, double epsilon)
cost
- the linear objective functiongreater
- the greater-than-or-equal-to constraintsless
- the less-than-or-equal-to constraintsequal
- the equality constraintsbounds
- the box constraintsepsilon
- a precision parameter: when a number |x| ≤ ε, it is considered 0Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.