| Interface | Description |
|---|---|
| ILPBranchAndBound.ActiveListFactory |
This factory constructs a new instance of
ActiveList for each Integer Linear Programming problem. |
| Class | Description |
|---|---|
| ILPBranchAndBound |
This is a Branch-and-Bound algorithm that solves Integer Linear Programming problems.
|
| ILPNode |
This is the branch-and-bound node used in conjunction with
ILPBranchAndBound to solve an Integer Linear Programming problem. |