Struct grb::callback::MIPCtx[][src]

pub struct MIPCtx<'a>(_);
Expand description

Callback context object during MIP.

Implementations

Signal Gurobi to terminate the optimisation. Will not take effect immediately

Retrieve the elapsed solver runtime in seconds.

Current best objective.

Current best objective bound.

Current explored node count.

Current count of feasible solutions found.

Current count of cutting planes applied.

Current unexplored node count.

Current simplex iteration count.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.