#[repr(u8)]pub enum VarType {
Binary = 66,
Continuous = 67,
Integer = 73,
SemiCont = 83,
SemiInt = 78,
}Expand description
Gurobi variable types (see manual)
Variants§
Trait Implementations§
Source§impl ObjAttrGet<Var, VarType> for VarVTypeAttr
impl ObjAttrGet<Var, VarType> for VarVTypeAttr
Source§impl ObjAttrSet<Var, VarType> for VarVTypeAttr
impl ObjAttrSet<Var, VarType> for VarVTypeAttr
impl Copy for VarType
impl Eq for VarType
impl StructuralPartialEq for VarType
Auto Trait Implementations§
impl Freeze for VarType
impl RefUnwindSafe for VarType
impl Send for VarType
impl Sync for VarType
impl Unpin for VarType
impl UnwindSafe for VarType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more