Type Alias conjure_oxide::solver::SolverCallback

source ·
pub type SolverCallback = Box<dyn Fn(HashMap<Name, Constant>) -> bool + Send>;
Expand description

The type for user-defined callbacks for use with Solver.

Note that this enforces thread safety

Aliased Type§

struct SolverCallback(/* private fields */);