Contains info returned to a user function that handles a Node or Solution callback.
#include <drake/solvers/gurobi_solver.h>
Public Attributes | |
| double | reported_runtime {} |
| Runtime as of this callback. | |
| double | current_objective {} |
| Objective of current solution. | |
| double | best_objective {} |
| Objective of best solution yet. | |
| double | best_bound {} |
| Best known objective lower bound. | |
| int | explored_node_count {} |
| Number of nodes explored so far. | |
| int | feasible_solutions_count {} |
| Number of feasible sols found so far. | |
| double best_bound {} |
Best known objective lower bound.
| double best_objective {} |
Objective of best solution yet.
| double current_objective {} |
Objective of current solution.
| int explored_node_count {} |
Number of nodes explored so far.
| int feasible_solutions_count {} |
Number of feasible sols found so far.
| double reported_runtime {} |
Runtime as of this callback.