Trait grb::parameter::ParamSet[][src]

pub trait ParamSet<V> {
    fn set(&self, env: &mut Env, value: V) -> Result<()>;
}
Expand description

A modifiable Gurobi parameter for a Model or Env

Required methods

Set a parameter on an environment

Implementors