Enum gurobi::model::ConstrSense [] [src]

pub enum ConstrSense {
    Equal,
    Greater,
    Less,
}

Variants

Equal
Greater
Less

Trait Implementations

impl Into<c_char> for ConstrSense
[src]

fn into(self) -> c_char

Performs the conversion.

Derived Implementations

impl Debug for ConstrSense
[src]

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

Formats the value using the given formatter.