Simplifiers act as pre-processing utilities for solvers. Build a custom simplifier and add it to a solver for incremental preprocessing.
Readonly
Return a simplifier that applies this simplifier and then another simplifier.
The simplifier to apply after this one
Return a string containing a description of parameters accepted by this simplifier.
Return the parameter description set for this simplifier.
Return a simplifier that uses the given configuration parameters.
Parameters to configure the simplifier
Simplifiers act as pre-processing utilities for solvers. Build a custom simplifier and add it to a solver for incremental preprocessing.