Enum constrained::SolverError [] [src]

pub enum SolverError {
    NoFeasibleSolution,
    Unbounded,
}

Variants

Trait Implementations

impl Debug for SolverError
[src]

Formats the value using the given formatter.