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

Detailed Description

Definition at line 250 of file routing.h.

#include <routing.h>

Public Attributes

int64_t num_cp_sat_calls_in_lp_scheduling = 0
int64_t num_glop_calls_in_lp_scheduling = 0
int64_t num_min_cost_flow_calls = 0
int64_t num_cp_sat_calls_in_routing = 0
int64_t num_generalized_cp_sat_calls_in_routing = 0

Member Data Documentation

◆ num_cp_sat_calls_in_lp_scheduling

int64_t operations_research::RoutingSearchStats::num_cp_sat_calls_in_lp_scheduling = 0

Definition at line 251 of file routing.h.

◆ num_cp_sat_calls_in_routing

int64_t operations_research::RoutingSearchStats::num_cp_sat_calls_in_routing = 0

Definition at line 254 of file routing.h.

◆ num_generalized_cp_sat_calls_in_routing

int64_t operations_research::RoutingSearchStats::num_generalized_cp_sat_calls_in_routing = 0

Definition at line 255 of file routing.h.

◆ num_glop_calls_in_lp_scheduling

int64_t operations_research::RoutingSearchStats::num_glop_calls_in_lp_scheduling = 0

Definition at line 252 of file routing.h.

◆ num_min_cost_flow_calls

int64_t operations_research::RoutingSearchStats::num_min_cost_flow_calls = 0

Definition at line 253 of file routing.h.


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