Struct gurobi::QConstr [] [src]

pub struct QConstr(_);

Proxy object of a quadratic constraint

Methods from Deref<Target=Proxy>

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

Query the value of attribute.

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

Set the value of attribute.

fn remove(&mut self)

Trait Implementations

impl Clone for QConstr
[src]

fn clone(&self) -> QConstr

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 Deref for QConstr
[src]

type Target = Proxy

The resulting type after dereferencing

fn deref(&self) -> &Proxy

The method called to dereference a value

impl DerefMut for QConstr
[src]

fn deref_mut(&mut self) -> &mut Proxy

The method called to mutably dereference a value

impl PartialEq for QConstr
[src]

fn eq(&self, other: &QConstr) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.