Struct gurobi::model::Var
[−]
[src]
pub struct Var(pub i32);
Trait Implementations
impl Mul<f64> for Var[src]
type Output = LinExpr
The resulting type after applying the * operator
fn mul(self, rhs: f64) -> LinExpr
The method for the * operator
impl Mul<Var> for Var[src]
type Output = QuadExpr
The resulting type after applying the * operator
fn mul(self, rhs: Var) -> QuadExpr
The method for the * operator
Derived Implementations
impl Clone for Var[src]
fn clone(&self) -> Var
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more