Module conjure_core::solver::model_modifier

source ·
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§

Enums§

Traits§

  • A ModelModifier provides an interface to modify a model during solving.