Struct gurobi::QConstr [] [src]

pub struct QConstr(_);

Proxy object of a quadratic constraint

Methods from Deref<Target = Proxy>

Query the value of attribute.

Set the value of attribute.

Trait Implementations

impl Clone for QConstr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Deref for QConstr
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for QConstr
[src]

The method called to mutably dereference a value

impl PartialEq for QConstr
[src]

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

This method tests for !=.