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

Public Member Functions

void Dispose ()
 
 IntegerCastInfo ()
 
 IntegerCastInfo (IntVar v, IntExpr e, Constraint c)
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Properties

IntVar variable [get, set]
 
IntExpr expression [get, set]
 
Constraint maintainer [get, set]
 

Detailed Description

Definition at line 158 of file Solver.cs.

Constructor & Destructor Documentation

◆ IntegerCastInfo() [1/2]

Google.OrTools.ConstraintSolver.Solver.IntegerCastInfo.IntegerCastInfo ( )
inline

Definition at line 205 of file Solver.cs.

◆ IntegerCastInfo() [2/2]

Google.OrTools.ConstraintSolver.Solver.IntegerCastInfo.IntegerCastInfo ( IntVar v,
IntExpr e,
Constraint c )
inline

Definition at line 208 of file Solver.cs.

Member Function Documentation

◆ Dispose() [1/2]

void Google.OrTools.ConstraintSolver.Solver.IntegerCastInfo.Dispose ( )
inline

Definition at line 188 of file Solver.cs.

◆ Dispose() [2/2]

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

Definition at line 193 of file Solver.cs.

Member Data Documentation

◆ swigCMemOwn

bool Google.OrTools.ConstraintSolver.Solver.IntegerCastInfo.swigCMemOwn
protected

Definition at line 160 of file Solver.cs.

Property Documentation

◆ expression

IntExpr Google.OrTools.ConstraintSolver.Solver.IntegerCastInfo.expression
getset

Definition at line 222 of file Solver.cs.

◆ maintainer

Constraint Google.OrTools.ConstraintSolver.Solver.IntegerCastInfo.maintainer
getset

Definition at line 233 of file Solver.cs.

◆ variable

IntVar Google.OrTools.ConstraintSolver.Solver.IntegerCastInfo.variable
getset

Definition at line 211 of file Solver.cs.


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