Expand description
Modifying a model during search.
Incremental solving can be triggered for a solverthrough the
Solver::solve_mut
method.
This gives access to a ModelModifier
in the solution retrieval callback.
Structs§
- A
ModelModifier
for a solver that does not support incremental solving. ReturnsOperationNotSupported
for all operations.
Enums§
- The requested modification to the model has failed.
Traits§
- A ModelModifier provides an interface to modify a model during solving.