Enum gurobi::SOSType[][src]

pub enum SOSType {
    SOSType1,
    SOSType2,
}

Type of new SOS constraint

Variants

Trait Implementations

impl Debug for SOSType
[src]

Formats the value using the given formatter. Read more

impl Copy for SOSType
[src]

impl Clone for SOSType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<i32> for SOSType
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for SOSType

impl Sync for SOSType