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

#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
}
 

Detailed Description

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

Definition at line 692 of file min_cost_flow.h.

Constructor & Destructor Documentation

◆ MinCostFlow()

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

Definition at line 694 of file min_cost_flow.h.


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