Enum gurobi::model::ModelSense [] [src]

pub enum ModelSense {
    Minimize,
    Maximize,
}

Variants

MinimizeMaximize

Trait Implementations

impl Debug for ModelSense
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Into<i32> for ModelSense
[src]

fn into(self) -> i32

Performs the conversion.