Struct gurobi::Constr [] [src]

pub struct Constr(_);

Proxy object of a linear constraint

Methods from Deref<Target = Proxy>

Query the value of attribute.

Set the value of attribute.

Trait Implementations

impl Clone for Constr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Deref for Constr
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for Constr
[src]

The method called to mutably dereference a value

impl PartialEq for Constr
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.