![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 131 of file gscip_constraint_handler.h.
#include <gscip_constraint_handler.h>
Public Attributes | |
| int64_t | current_node_id = 0 |
| int64_t | num_processed_nodes = 0 |
| int64_t | num_nodes_left = 0 |
| int64_t | num_processed_nodes_total = 0 |
| double | primal_bound = 0.0 |
| double | dual_bound = 0.0 |
| int64_t | primal_simplex_iterations = 0 |
| int64_t | dual_simplex_iterations = 0 |
| int32_t | num_solutions_found = 0 |
| int32_t | num_cuts_in_lp = 0 |
| int64_t operations_research::GScipCallbackStats::current_node_id = 0 |
Definition at line 135 of file gscip_constraint_handler.h.
| double operations_research::GScipCallbackStats::dual_bound = 0.0 |
Definition at line 153 of file gscip_constraint_handler.h.
| int64_t operations_research::GScipCallbackStats::dual_simplex_iterations = 0 |
Definition at line 161 of file gscip_constraint_handler.h.
| int32_t operations_research::GScipCallbackStats::num_cuts_in_lp = 0 |
Definition at line 169 of file gscip_constraint_handler.h.
| int64_t operations_research::GScipCallbackStats::num_nodes_left = 0 |
Definition at line 142 of file gscip_constraint_handler.h.
| int64_t operations_research::GScipCallbackStats::num_processed_nodes = 0 |
Definition at line 139 of file gscip_constraint_handler.h.
| int64_t operations_research::GScipCallbackStats::num_processed_nodes_total = 0 |
Definition at line 147 of file gscip_constraint_handler.h.
| int32_t operations_research::GScipCallbackStats::num_solutions_found = 0 |
Definition at line 165 of file gscip_constraint_handler.h.
| double operations_research::GScipCallbackStats::primal_bound = 0.0 |
Definition at line 150 of file gscip_constraint_handler.h.
| int64_t operations_research::GScipCallbackStats::primal_simplex_iterations = 0 |
Definition at line 157 of file gscip_constraint_handler.h.