Enum gurobi::model::SOSType [] [src]

pub enum SOSType {
    SOSType1,
    SOSType2,
}

Variants

SOSType1SOSType2

Trait Implementations

impl Debug for SOSType
[src]

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

Formats the value using the given formatter.

impl Into<i32> for SOSType
[src]

fn into(self) -> i32

Performs the conversion.