Struct mgf::Solver[][src]

pub struct Solver<C: Constraint> { /* fields omitted */ }

A generic constraint solver.

Methods

impl<C: Constraint> Solver<C>
[src]

Creates a new constraint solver.

Adds a constraint to the solver.

Solves the constraints for the given ConstrainedSet by iterating the given number of times.

Auto Trait Implementations

impl<C> !Send for Solver<C>

impl<C> Sync for Solver<C> where
    C: Sync