| Class | Description |
|---|---|
| Expression |
Linear expression of the form c + c1 * x1 + c2 * x2 + ... + cN * xN
|
| Inequation |
Inequality of the form c + c1 * x1 + c2 * x2 + ...
|
| MILPHelper |
MILP problem manager, storing the problem and calling an external solver.
|
| ShowVariablesHelper |
Manages variables shown to the user.
|
| Solution |
Solution to some query over a fuzzy KB.
|
| Term |
Term, a pair (coefficiente, variable).
|
| Variable |
Variable.
|