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

Public Member Functions

void Dispose ()
 
 SimpleBoundCosts (int num_bounds, BoundCost default_bound_cost)
 
BoundCost GetBoundCost (int element)
 
int GetSize ()
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Detailed Description

Definition at line 19 of file SimpleBoundCosts.cs.

Constructor & Destructor Documentation

◆ SimpleBoundCosts()

Google.OrTools.ConstraintSolver.SimpleBoundCosts.SimpleBoundCosts ( int num_bounds,
BoundCost default_bound_cost )
inline

Definition at line 66 of file SimpleBoundCosts.cs.

Member Function Documentation

◆ Dispose() [1/2]

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

Definition at line 49 of file SimpleBoundCosts.cs.

◆ Dispose() [2/2]

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

Definition at line 54 of file SimpleBoundCosts.cs.

◆ GetBoundCost()

BoundCost Google.OrTools.ConstraintSolver.SimpleBoundCosts.GetBoundCost ( int element)
inline

Definition at line 70 of file SimpleBoundCosts.cs.

◆ GetSize()

int Google.OrTools.ConstraintSolver.SimpleBoundCosts.GetSize ( )
inline

Definition at line 75 of file SimpleBoundCosts.cs.

Member Data Documentation

◆ swigCMemOwn

bool Google.OrTools.ConstraintSolver.SimpleBoundCosts.swigCMemOwn
protected

Definition at line 21 of file SimpleBoundCosts.cs.


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