Enum rplex::ProblemType [−][src]
pub enum ProblemType {
Linear,
MixedInteger,
}
Variants
Linear
MixedInteger
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProblemType
impl Send for ProblemType
impl Sync for ProblemType
impl Unpin for ProblemType
impl UnwindSafe for ProblemType
Blanket Implementations
Mutably borrows from an owned value. Read more