2004-07-12 14:58:41 +01:00
|
|
|
#define MAX_GRAPH_STATES 1000 //!< Maximum number of state space nodes drawn
|
2004-04-23 11:58:43 +01:00
|
|
|
int traverse (const System oldsys);
|
|
|
|
int explorify (const System sys, const int run);
|
|
|
|
int executeStep (const System sys, const int run);
|
|
|
|
int propertyCheck (const System sys);
|
|
|
|
Termlist claimViolationDetails (const System sys, const int run, const Roledef
|
2004-08-09 11:05:58 +01:00
|
|
|
rd, const Knowledge know);
|