Struct gurobi::Env [] [src]

pub struct Env {
    // some fields omitted
}

Gurobi environment object

Methods

impl Env
[src]

Create an environment with log file

Create a client environment on a computer server with log file

Create an empty model object associted with the environment

Read a model from a file

Query the value of a parameter

Set the value of a parameter

Import a set of parameter values from a file

Write the set of parameter values to a file

Insert a message into log file.

When message cannot convert to raw C string, a panic is occurred.

Trait Implementations

impl Drop for Env
[src]

A method called when the value goes out of scope. Read more