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 Copy for ModelSense
[src]

impl Clone for ModelSense
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<i32> for ModelSense
[src]

Performs the conversion.