-
Notifications
You must be signed in to change notification settings - Fork 1
/
TLState.cpp
37 lines (28 loc) · 833 Bytes
/
TLState.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* File: TLState.cc
Author: Marc Diefenbruch, Axel Hirche
Project: QUEST
Date: (C) 1997, 1998 University of Essen, Germany
*/
#include "SCL/SCStream.h"
#include "SCL/SCDebug.h"
#include "TL.h"
#include "TLFormulaSet.h"
#include "TLStateList.h"
#include "TLNode.h"
#include "TLState.h"
#if _SC_DMALLOC
#include <dmalloc.h>
#endif
#if _TL_DEBUG_
extern SCStream tldebug;
#endif
#if _TL_INLINING_ == 0
#include "TLState.inl.h"
#endif // _TL_INLINING_ == 0
/******************** Static members: ******************/
SCNatural TLState::nextName = 0;
SCBoolean TLState::trueEquivEmpty = false;
SCBoolean TLState::nowIsPureAtomic = false;
SCBoolean TLState::nowDisplaysOnlyAtomics = false;
SCBoolean TLState::extendedAutomaton = false;
SCBoolean TLState::greedyAutomaton = false;