Enum gurobi::ModelSense [] [src]

pub enum ModelSense {
    Minimize,
    Maximize,
}

Sense of new objective function

Variants

Trait Implementations

impl Debug for ModelSense
[src]

Formats the value using the given formatter.

impl Into<i32> for ModelSense
[src]

Performs the conversion.