MCPcopy Create free account
hub / github.com/Gecode/gecode / StackFrame

Class StackFrame

gecode/kernel/trace/filter.hpp:147–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 char what;
146 };
147 class StackFrame {
148 public:
149 /// The node
150 TFE::Node* n;
151 /// Whether it is negated
152 bool neg;
153 /// Default constructor
154 StackFrame(void);
155 /// Initialize
156 StackFrame(TFE::Node* n, bool neg);
157 };
158 /// The number of filters
159 int n;
160 /// The filters

Callers 1

fillMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected