Enum gurobi::ConstrSense [] [src]

pub enum ConstrSense {
    Equal,
    Greater,
    Less,
}

Sense for new linear/quadratic constraint

Variants

EqualGreaterLess

Trait Implementations

impl Clone for ConstrSense
[src]

fn clone(&self) -> ConstrSense

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 ConstrSense
[src]

impl Debug for ConstrSense
[src]

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

Formats the value using the given formatter.

impl Into<c_char> for ConstrSense
[src]

fn into(self) -> c_char

Performs the conversion.