| Class | Description |
|---|---|
| Constraint |
This is a placeholder for linear constraints that look like:
coefficients * vars 'oper; value
If coefficients == null then it is simply
sum of vars 'oper' value
Scalar products define the following constraint:
{coefficients,-1} * {vars,derivedVar} = 0
|
| Problem | |
| Reversible | |
| Var | |
| VarBool | |
| VarReal |
Copyright © 2024. All rights reserved.