Enum rplex::VariableType [−][src]
pub enum VariableType {
Continuous,
Binary,
Integer,
SemiContinuous,
SemiInteger,
}
Variants
Continuous
Binary
Integer
SemiContinuous
A variable bounded by [lb, ub]
or equal to 0.
SemiInteger
An integer variable bounded by [lb, ub]
or equal to 0.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VariableType
impl Send for VariableType
impl Sync for VariableType
impl Unpin for VariableType
impl UnwindSafe for VariableType
Blanket Implementations
Mutably borrows from an owned value. Read more