Interface | Description |
---|---|
LinearArgument |
A object that can build a LinearExpr object.
|
LinearExpr |
A linear expression (sum (ai * xi) + b).
|
Class | Description |
---|---|
AffineExpression |
A specialized linear expression: a * x + b
|
ConstantExpression |
A specialized constant linear expression.
|
EnforcedLinearConstraint |
Wrapper around a linear constraint stored in the ModelBuilderHelper instance.
|
LinearConstraint |
Wrapper around a linear constraint stored in the ModelBuilderHelper instance.
|
LinearExprBuilder |
Builder class for the LinearExpr container.
|
main | |
mainJNI | |
ModelBuilder |
Main modeling class.
|
ModelBuilderHelper | |
ModelSolver |
Model solver class
|
ModelSolverHelper | |
Variable |
An integer variable.
|
WeightedSumExpression |
A specialized linear expression: sum(ai * xi) + b.
|
Enum | Description |
---|---|
SolveStatus |
Exception | Description |
---|---|
ModelBuilder.MismatchedArrayLengths |
Exception thrown when parallel arrays have mismatched lengths.
|
ModelBuilder.WrongLength |
Exception thrown when an array has a wrong length.
|
Copyright © 2025. All rights reserved.