Generated on Tue Jan 28 2020 00:00:00 for Gecode by doxygen 1.8.17
Gecode::MiniModel::NodeInfo Class Reference

Node information computed during traversal of the expressions. More...

Public Member Functions

 NodeInfo (bool n=false, PosSet *fp=NULL, PosSet *lp=NULL)
 

Public Attributes

bool nullable
 
PosSetfirstpos
 
PosSetlastpos
 

Detailed Description

Node information computed during traversal of the expressions.

Definition at line 528 of file reg.cpp.

Constructor & Destructor Documentation

◆ NodeInfo()

Gecode::MiniModel::NodeInfo::NodeInfo ( bool  n = false,
PosSet fp = NULL,
PosSet lp = NULL 
)
inline

Definition at line 555 of file reg.cpp.

Member Data Documentation

◆ nullable

bool Gecode::MiniModel::NodeInfo::nullable

Definition at line 530 of file reg.cpp.

◆ firstpos

PosSet* Gecode::MiniModel::NodeInfo::firstpos

Definition at line 531 of file reg.cpp.

◆ lastpos

PosSet* Gecode::MiniModel::NodeInfo::lastpos

Definition at line 532 of file reg.cpp.


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