Go to the source code of this file.
|
| operations_research |
| The vehicle routing library lets one model and solve generic vehicle routing problems ranging from the Traveling Salesman Problem to more complex problems such as the Capacitated Vehicle Routing Problem with Time Windows.
|
|
| operations_research::glop |
|
|
| ABSL_FLAG (bool, simplex_display_numbers_as_fractions, false, "Display numbers as fractions.") |
|
| ABSL_FLAG (bool, simplex_stop_after_first_basis, false, "Stop after first basis has been computed.") |
|
| ABSL_FLAG (bool, simplex_stop_after_feasibility, false, "Stop after first phase has been completed.") |
|
| ABSL_FLAG (bool, simplex_display_stats, false, "Display algorithm statistics.") |
|
◆ DCHECK_COL_BOUNDS
#define DCHECK_COL_BOUNDS |
( |
|
col | ) |
|
◆ DCHECK_ROW_BOUNDS
#define DCHECK_ROW_BOUNDS |
( |
|
row | ) |
|
◆ ABSL_FLAG() [1/4]
ABSL_FLAG |
( |
bool |
, |
|
|
simplex_display_numbers_as_fractions |
, |
|
|
false |
, |
|
|
"Display numbers as fractions." |
|
|
) |
| |
◆ ABSL_FLAG() [2/4]
ABSL_FLAG |
( |
bool |
, |
|
|
simplex_display_stats |
, |
|
|
false |
, |
|
|
"Display algorithm statistics." |
|
|
) |
| |
◆ ABSL_FLAG() [3/4]
ABSL_FLAG |
( |
bool |
, |
|
|
simplex_stop_after_feasibility |
, |
|
|
false |
, |
|
|
"Stop after first phase has been completed." |
|
|
) |
| |
◆ ABSL_FLAG() [4/4]
ABSL_FLAG |
( |
bool |
, |
|
|
simplex_stop_after_first_basis |
, |
|
|
false |
, |
|
|
"Stop after first basis has been computed." |
|
|
) |
| |
◆ coeff_magnitude
Fractional coeff_magnitude |
◆ ratio
◆ row
◆ target_bound