scyther/src/modelchecker.h

7 lines
282 B
C
Raw Normal View History

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
rd, const Knowledge know);