Struct rplex::WeightedVariable [−][src]
pub struct WeightedVariable { /* fields omitted */ }Expand description
A variable with weight (row) coefficient. Used in the construction
of Constraints.
Implementations
Create a WeightedVariable from a Variable. Does not keep a
borrowed copy of var.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WeightedVariable
impl Send for WeightedVariable
impl Sync for WeightedVariable
impl Unpin for WeightedVariable
impl UnwindSafe for WeightedVariable
Blanket Implementations
Mutably borrows from an owned value. Read more
