Enum gurobi::ModelSense
[−]
[src]
pub enum ModelSense {
Minimize,
Maximize,
}Sense of new objective function
Variants
MinimizeMaximizeTrait Implementations
impl Clone for ModelSense[src]
fn clone(&self) -> ModelSense
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