| Class | Description |
|---|---|
| ExtendedQuadraticOptimizer |
Extends the
QuadraticOptimizer class to allow for some variables to
have a fixed value and for some inequalities to be unsatisfiable, as long as
satisfiable fallback is provided. |
| OneWayLinkedList |
A class that implements a (one-way) linked list.
|
| QuadraticOptimizer |
Contains methods to create the function and constraints used in Funcmin, as well as call Funcmin
and return the results.
|