Constructor and Description |
---|
LPProblemImpl1(Vector cost,
LinearGreaterThanConstraints greater,
LinearLessThanConstraints less,
LinearEqualityConstraints equal,
BoxConstraints bounds)
Construct a general linear programming problem.
|
Constructor and Description |
---|
ILPProblemImpl1(Vector cost,
LinearGreaterThanConstraints greater,
LinearLessThanConstraints less,
LinearEqualityConstraints equal,
BoxConstraints bounds,
int[] integers,
double epsilon)
Construct an ILP problem, in which the variables can be real or integral.
|
PureILPProblem(Vector cost,
LinearGreaterThanConstraints greater,
LinearLessThanConstraints less,
LinearEqualityConstraints equal,
BoxConstraints bounds,
double epsilon)
Construct a pure ILP problem.
|
Constructor and Description |
---|
BoxOptimProblem(RealScalarFunction f,
BoxConstraints box)
Constructs an optimization problem with box constraints.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.