Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.graph.MinCostFlowBase Class Reference
Inheritance diagram for com.google.ortools.graph.MinCostFlowBase:
com.google.ortools.graph.MinCostFlow

Classes

enum  Status
 

Public Member Functions

synchronized void delete ()
 
 MinCostFlowBase ()
 

Protected Member Functions

 MinCostFlowBase (long cPtr, boolean cMemoryOwn)
 
void finalize ()
 

Static Protected Member Functions

static long getCPtr (MinCostFlowBase obj)
 
static long swigRelease (MinCostFlowBase obj)
 

Protected Attributes

transient boolean swigCMemOwn
 

Detailed Description

Definition at line 11 of file MinCostFlowBase.java.

Constructor & Destructor Documentation

◆ MinCostFlowBase() [1/2]

com.google.ortools.graph.MinCostFlowBase.MinCostFlowBase ( long cPtr,
boolean cMemoryOwn )
protected

Definition at line 15 of file MinCostFlowBase.java.

◆ MinCostFlowBase() [2/2]

com.google.ortools.graph.MinCostFlowBase.MinCostFlowBase ( )

Definition at line 51 of file MinCostFlowBase.java.

Member Function Documentation

◆ delete()

synchronized void com.google.ortools.graph.MinCostFlowBase.delete ( )

Reimplemented in com.google.ortools.graph.MinCostFlow.

Definition at line 41 of file MinCostFlowBase.java.

◆ finalize()

void com.google.ortools.graph.MinCostFlowBase.finalize ( )
protected

Reimplemented in com.google.ortools.graph.MinCostFlow.

Definition at line 37 of file MinCostFlowBase.java.

◆ getCPtr()

static long com.google.ortools.graph.MinCostFlowBase.getCPtr ( MinCostFlowBase obj)
staticprotected

Definition at line 20 of file MinCostFlowBase.java.

◆ swigRelease()

static long com.google.ortools.graph.MinCostFlowBase.swigRelease ( MinCostFlowBase obj)
staticprotected

Definition at line 24 of file MinCostFlowBase.java.

Member Data Documentation

◆ swigCMemOwn

transient boolean com.google.ortools.graph.MinCostFlowBase.swigCMemOwn
protected

Definition at line 13 of file MinCostFlowBase.java.


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