- Some more work on hidelevel backbone.

- Added '--count-states' switch for the Arachne engine.
This commit is contained in:
ccremers
2006-02-22 08:24:29 +00:00
parent d3f2971181
commit b2e40e07f3
10 changed files with 114 additions and 2 deletions

View File

@@ -4,6 +4,17 @@
#include "term.h"
#include "system.h"
/*
* Flags for hidelevel lemma
*
* Use binary or (|) to compose results: by default, a term can be satisfied by
* both the protocol and the initial knowledge.
*/
#define HLFLAG_BOTH 0
#define HLFLAG_KNOW 1
#define HLFLAG_PROT 2
#define HLFLAG_NONE 3
/*
* The structure hiddenterm/Hiddenterm is defined in system.h
*/