pub enum ProblemClass {
TaskScheduling,
JobShopScheduling,
TimeWindowRouting,
Assignment,
NetworkFlow,
LinearProgramming,
MixedIntegerProgramming,
ConstraintProgramming,
FormationAssembly,
LogicalCounterexample,
}Expand description
Product-shaped problem class.
Variants§
TaskScheduling
JobShopScheduling
TimeWindowRouting
Assignment
NetworkFlow
LinearProgramming
MixedIntegerProgramming
ConstraintProgramming
FormationAssembly
LogicalCounterexample
Trait Implementations§
Source§impl Clone for ProblemClass
impl Clone for ProblemClass
Source§fn clone(&self) -> ProblemClass
fn clone(&self) -> ProblemClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProblemClass
impl Debug for ProblemClass
Source§impl PartialEq for ProblemClass
impl PartialEq for ProblemClass
Source§fn eq(&self, other: &ProblemClass) -> bool
fn eq(&self, other: &ProblemClass) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ProblemClass
impl Eq for ProblemClass
impl StructuralPartialEq for ProblemClass
Auto Trait Implementations§
impl Freeze for ProblemClass
impl RefUnwindSafe for ProblemClass
impl Send for ProblemClass
impl Sync for ProblemClass
impl Unpin for ProblemClass
impl UnsafeUnpin for ProblemClass
impl UnwindSafe for ProblemClass
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.