Enum gurobi::ModelSense [] [src]

pub enum ModelSense {
    Minimize,
    Maximize,
}

Sense of new objective function

Variants

MinimizeMaximize

Trait Implementations

impl Clone for ModelSense
[src]

fn clone(&self) -> ModelSense

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for ModelSense
[src]

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.