Struct gurobi::Env[][src]

pub struct Env { /* 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

Deprecated

Create an empty Gurobi model from the environment

Deprecated

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]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for Env

impl !Sync for Env