Enum gurobi::SOSType
[−]
[src]
pub enum SOSType { SOSType1, SOSType2, }
Type of new SOS constraint
Variants
SOSType1
SOSType2
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