Enum gurobi::Status [] [src]

pub enum Status {
    Loaded,
    Optimal,
    Infeasible,
    InfOrUnbd,
    Unbounded,
    CutOff,
    IterationLimit,
    NodeLimit,
    TimeLimit,
    SolutionLimit,
    Interrupted,
    Numeric,
    SubOptimal,
    InProgress,
}

Status of a model

Variants

Trait Implementations

impl Debug for Status
[src]

Formats the value using the given formatter.

impl Copy for Status
[src]

impl Clone for Status
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Status
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<i32> for Status
[src]

Performs the conversion.