Enum gurobi::SOSType [] [src]

pub enum SOSType {
    SOSType1,
    SOSType2,
}

Type of new SOS constraint

Variants

SOSType1SOSType2

Trait Implementations

impl Clone for SOSType
[src]

fn clone(&self) -> SOSType

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

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.