DotNet Reference
DotNet Reference
Detailed Description
Definition at line 13 of file LinearSumAssignment.cs.
Public Types | |
| enum | Status { OPTIMAL, INFEASIBLE, POSSIBLE_OVERFLOW } |
Public Member Functions | |
| void | Dispose () |
| LinearSumAssignment () | |
| int | AddArcWithCost (int left_node, int right_node, long cost) |
| int | NumNodes () |
| int | NumArcs () |
| int | LeftNode (int arc) |
| int | RightNode (int arc) |
| long | Cost (int arc) |
| LinearSumAssignment.Status | Solve () |
| long | OptimalCost () |
| int | RightMate (int left_node) |
| long | AssignmentCost (int left_node) |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Protected Attributes | |
| bool | swigCMemOwn |
Member Enumeration Documentation
◆ Status
|
strong |
| Enumerator | |
|---|---|
| OPTIMAL | |
| INFEASIBLE | |
| POSSIBLE_OVERFLOW | |
Definition at line 100 of file LinearSumAssignment.cs.
Constructor & Destructor Documentation
◆ LinearSumAssignment()
|
inline |
Definition at line 47 of file LinearSumAssignment.cs.
Member Function Documentation
◆ AddArcWithCost()
|
inline |
Definition at line 50 of file LinearSumAssignment.cs.
◆ AssignmentCost()
|
inline |
Definition at line 95 of file LinearSumAssignment.cs.
◆ Cost()
|
inline |
Definition at line 75 of file LinearSumAssignment.cs.
◆ Dispose() [1/2]
|
inline |
Definition at line 30 of file LinearSumAssignment.cs.
◆ Dispose() [2/2]
|
inlineprotectedvirtual |
Definition at line 35 of file LinearSumAssignment.cs.
◆ LeftNode()
|
inline |
Definition at line 65 of file LinearSumAssignment.cs.
◆ NumArcs()
|
inline |
Definition at line 60 of file LinearSumAssignment.cs.
◆ NumNodes()
|
inline |
Definition at line 55 of file LinearSumAssignment.cs.
◆ OptimalCost()
|
inline |
Definition at line 85 of file LinearSumAssignment.cs.
◆ RightMate()
|
inline |
Definition at line 90 of file LinearSumAssignment.cs.
◆ RightNode()
|
inline |
Definition at line 70 of file LinearSumAssignment.cs.
◆ Solve()
|
inline |
Definition at line 80 of file LinearSumAssignment.cs.
Member Data Documentation
◆ swigCMemOwn
|
protected |
Definition at line 15 of file LinearSumAssignment.cs.
The documentation for this class was generated from the following file: