Generated on Sat Feb 7 2015 02:01:50 for Gecode by doxygen 1.8.9.1
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 453 of file reg.cpp.

Constructor & Destructor Documentation

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

Definition at line 480 of file reg.cpp.

Member Data Documentation

bool Gecode::MiniModel::NodeInfo::nullable

Definition at line 455 of file reg.cpp.

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

Definition at line 456 of file reg.cpp.

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

Definition at line 457 of file reg.cpp.


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