Drake
Drake C++ Documentation
GurobiSolver::SolveStatusInfo Struct Reference

Detailed Description

Contains info returned to a user function that handles a Node or Solution callback.

See also
MipNodeCallbackFunction
MipSolCallbackFunction

#include <drake/solvers/gurobi_solver.h>

Public Attributes

double reported_runtime {}
 Runtime as of this callback. More...
 
double current_objective {}
 Objective of current solution. More...
 
double best_objective {}
 Objective of best solution yet. More...
 
double best_bound {}
 Best known objective lower bound. More...
 
int explored_node_count {}
 Number of nodes explored so far. More...
 
int feasible_solutions_count {}
 Number of feasible sols found so far. More...
 

Member Data Documentation

◆ best_bound

double best_bound {}

Best known objective lower bound.

◆ best_objective

double best_objective {}

Objective of best solution yet.

◆ current_objective

double current_objective {}

Objective of current solution.

◆ explored_node_count

int explored_node_count {}

Number of nodes explored so far.

◆ feasible_solutions_count

int feasible_solutions_count {}

Number of feasible sols found so far.

◆ reported_runtime

double reported_runtime {}

Runtime as of this callback.


The documentation for this struct was generated from the following file: