Struct gurobi::model::Constr [] [src]

pub struct Constr(_);

The proxy object of a set of linear constraints.

Trait Implementations

impl Copy for Constr
[src]

impl Clone for Constr
[src]

fn clone(&self) -> Constr

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

impl Proxy for Constr
[src]

fn index(&self) -> i32

fn get<A: AttrArray>(&self, model: &Model, attr: A) -> Result<A::Out>

fn set<A: AttrArray>(&mut self, model: &mut Model, attr: A, val: A::Out) -> Result<()>