Go to the source code of this file.
|
| | ABSL_FLAG (int64_t, min_cost_flow_alpha, 5, "Divide factor for epsilon at each refine step.") |
| | ABSL_FLAG (bool, min_cost_flow_check_feasibility, true, "Check that the graph has enough capacity to send all supplies " "and serve all demands. Also check that the sum of supplies " "is equal to the sum of demands.") |
| | ABSL_FLAG (bool, min_cost_flow_check_result, true, "Check that the result is valid.") |
◆ ABSL_FLAG() [1/3]
| ABSL_FLAG |
( |
bool | , |
|
|
min_cost_flow_check_feasibility | , |
|
|
true | , |
|
|
"Check that the graph has enough capacity to send all supplies " "and serve all demands. Also check that the sum of supplies " "is equal to the sum of demands." | ) |
◆ ABSL_FLAG() [2/3]
| ABSL_FLAG |
( |
bool | , |
|
|
min_cost_flow_check_result | , |
|
|
true | , |
|
|
"Check that the result is valid." | ) |
◆ ABSL_FLAG() [3/3]
| ABSL_FLAG |
( |
int64_t | , |
|
|
min_cost_flow_alpha | , |
|
|
5 | , |
|
|
"Divide factor for epsilon at each refine step." | ) |