Enum gurobi::ConstrSense[][src]

pub enum ConstrSense {
    Equal,
    Greater,
    Less,
}

Sense for new linear/quadratic constraint

Variants

Trait Implementations

impl Debug for ConstrSense
[src]

Formats the value using the given formatter. Read more

impl Copy for ConstrSense
[src]

impl Clone for ConstrSense
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<c_char> for ConstrSense
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ConstrSense

impl Sync for ConstrSense