DotNet Reference

DotNet Reference

Solver.IntegerCastInfo

Detailed Description

Definition at line 143 of file constraint_solver/Solver.cs.

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

IntVarvariable [get, set]
 
IntExprexpression [get, set]
 
Constraintmaintainer [get, set]
 

Constructor & Destructor Documentation

◆ IntegerCastInfo() [1/2]

IntegerCastInfo ( )
inline

Definition at line 177 of file constraint_solver/Solver.cs.

◆ IntegerCastInfo() [2/2]

IntegerCastInfo ( IntVar  v,
IntExpr  e,
Constraint  c 
)
inline

Definition at line 180 of file constraint_solver/Solver.cs.

Member Function Documentation

◆ Dispose() [1/2]

void Dispose ( )
inline

Definition at line 160 of file constraint_solver/Solver.cs.

◆ Dispose() [2/2]

virtual void Dispose ( bool  disposing)
inlineprotectedvirtual

Definition at line 165 of file constraint_solver/Solver.cs.

Member Data Documentation

◆ swigCMemOwn

bool swigCMemOwn
protected

Definition at line 145 of file constraint_solver/Solver.cs.

Property Documentation

◆ expression

IntExpr? expression
getset

Definition at line 194 of file constraint_solver/Solver.cs.

◆ maintainer

Constraint? maintainer
getset

Definition at line 205 of file constraint_solver/Solver.cs.

◆ variable

IntVar? variable
getset

Definition at line 183 of file constraint_solver/Solver.cs.


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