Struct gurobi::SOS[][src]

pub struct SOS(_);

Proxy object of a Special Order Set (SOS) constraint

Methods from Deref<Target = Proxy>

Query the value of attribute.

Set the value of attribute.

Trait Implementations

impl Clone for SOS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Deref for SOS
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for SOS
[src]

Mutably dereferences the value.

impl PartialEq for SOS
[src]

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

This method tests for !=.

Auto Trait Implementations

impl !Send for SOS

impl !Sync for SOS