Trait ParamGet
Source pub trait ParamGet<V> {
// Required method
fn get(&self, env: &Env) -> Result<V>;
}
Expand description
A queryable Gurobi parameter for a Model or Env
This parameter’s value type (string, double, int, char)
Query a parameter from an environment