Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
Google.OrTools.ConstraintSolver.BoundCost Class Reference
Inheritance diagram for Google.OrTools.ConstraintSolver.BoundCost:

Public Member Functions

void Dispose ()
 
 BoundCost ()
 
 BoundCost (long bound, long cost)
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Properties

long bound [get, set]
 
long cost [get, set]
 

Detailed Description

Definition at line 19 of file BoundCost.cs.

Constructor & Destructor Documentation

◆ BoundCost() [1/2]

Google.OrTools.ConstraintSolver.BoundCost.BoundCost ( )
inline

Definition at line 86 of file BoundCost.cs.

◆ BoundCost() [2/2]

Google.OrTools.ConstraintSolver.BoundCost.BoundCost ( long bound,
long cost )
inline

Definition at line 89 of file BoundCost.cs.

Member Function Documentation

◆ Dispose() [1/2]

void Google.OrTools.ConstraintSolver.BoundCost.Dispose ( )
inline

Definition at line 49 of file BoundCost.cs.

◆ Dispose() [2/2]

virtual void Google.OrTools.ConstraintSolver.BoundCost.Dispose ( bool disposing)
inlineprotectedvirtual

Definition at line 54 of file BoundCost.cs.

Member Data Documentation

◆ swigCMemOwn

bool Google.OrTools.ConstraintSolver.BoundCost.swigCMemOwn
protected

Definition at line 21 of file BoundCost.cs.

Property Documentation

◆ bound

long Google.OrTools.ConstraintSolver.BoundCost.bound
getset

Definition at line 66 of file BoundCost.cs.

◆ cost

long Google.OrTools.ConstraintSolver.BoundCost.cost
getset

Definition at line 76 of file BoundCost.cs.


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