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§
- NotModifiable
- A
ModelModifierfor a solver that does not support incremental solving. ReturnsOperationNotSupportedfor all operations.
Enums§
- Modification
Failure - The requested modification to the model has failed.
Traits§
- Model
Modifier - A ModelModifier provides an interface to modify a model during solving.