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

Detailed Description

Todo
(b/385094969): Remove this alias after 2025-07-01 to give or-tools users a grace period.

Definition at line 689 of file min_cost_flow.h.

#include <min_cost_flow.h>

Inheritance diagram for operations_research::MinCostFlow:
operations_research::MinCostFlowBase

Public Member Functions

template<typename = void>
 MinCostFlow ()

Additional Inherited Members

Public Types inherited from operations_research::MinCostFlowBase
enum  Status {
  NOT_SOLVED , OPTIMAL , FEASIBLE , INFEASIBLE ,
  UNBALANCED , BAD_RESULT , BAD_COST_RANGE , BAD_CAPACITY_RANGE
}

Constructor & Destructor Documentation

◆ MinCostFlow()

template<typename = void>
operations_research::MinCostFlow::MinCostFlow ( )
inline

Definition at line 691 of file min_cost_flow.h.


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