Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::GScipCallbackStats Struct Reference

Detailed Description

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

Member Data Documentation

◆ current_node_id

int64_t operations_research::GScipCallbackStats::current_node_id = 0

Definition at line 135 of file gscip_constraint_handler.h.

◆ dual_bound

double operations_research::GScipCallbackStats::dual_bound = 0.0

Definition at line 153 of file gscip_constraint_handler.h.

◆ dual_simplex_iterations

int64_t operations_research::GScipCallbackStats::dual_simplex_iterations = 0

Definition at line 161 of file gscip_constraint_handler.h.

◆ num_cuts_in_lp

int32_t operations_research::GScipCallbackStats::num_cuts_in_lp = 0

Definition at line 169 of file gscip_constraint_handler.h.

◆ num_nodes_left

int64_t operations_research::GScipCallbackStats::num_nodes_left = 0

Definition at line 142 of file gscip_constraint_handler.h.

◆ num_processed_nodes

int64_t operations_research::GScipCallbackStats::num_processed_nodes = 0

Definition at line 139 of file gscip_constraint_handler.h.

◆ num_processed_nodes_total

int64_t operations_research::GScipCallbackStats::num_processed_nodes_total = 0

Definition at line 147 of file gscip_constraint_handler.h.

◆ num_solutions_found

int32_t operations_research::GScipCallbackStats::num_solutions_found = 0

Definition at line 165 of file gscip_constraint_handler.h.

◆ primal_bound

double operations_research::GScipCallbackStats::primal_bound = 0.0

Definition at line 150 of file gscip_constraint_handler.h.

◆ primal_simplex_iterations

int64_t operations_research::GScipCallbackStats::primal_simplex_iterations = 0

Definition at line 157 of file gscip_constraint_handler.h.


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