... | ... |
@@ -172,3 +172,3 @@ |
172 | 172 |
// State constants for arcs |
173 |
enum |
|
173 |
enum ArcState { |
|
174 | 174 |
STATE_UPPER = -1, |
... | ... |
@@ -178,2 +178,6 @@ |
178 | 178 |
|
179 |
typedef std::vector<signed char> StateVector; |
|
180 |
// Note: vector<signed char> is used instead of vector<ArcState> for |
|
181 |
// efficiency reasons |
|
182 |
|
|
179 | 183 |
private: |
... | ... |
@@ -217,3 +221,3 @@ |
217 | 221 |
BoolVector _forward; |
218 |
|
|
222 |
StateVector _state; |
|
219 | 223 |
int _root; |
... | ... |
@@ -248,3 +252,3 @@ |
248 | 252 |
const CostVector &_cost; |
249 |
const |
|
253 |
const StateVector &_state; |
|
250 | 254 |
const CostVector &_pi; |
... | ... |
@@ -300,3 +304,3 @@ |
300 | 304 |
const CostVector &_cost; |
301 |
const |
|
305 |
const StateVector &_state; |
|
302 | 306 |
const CostVector &_pi; |
... | ... |
@@ -339,3 +343,3 @@ |
339 | 343 |
const CostVector &_cost; |
340 |
const |
|
344 |
const StateVector &_state; |
|
341 | 345 |
const CostVector &_pi; |
... | ... |
@@ -412,3 +416,3 @@ |
412 | 416 |
const CostVector &_cost; |
413 |
const |
|
417 |
const StateVector &_state; |
|
414 | 418 |
const CostVector &_pi; |
... | ... |
@@ -515,3 +519,3 @@ |
515 | 519 |
const CostVector &_cost; |
516 |
const |
|
520 |
const StateVector &_state; |
|
517 | 521 |
const CostVector &_pi; |
0 comments (0 inline)