- Added preliminary labellist support to the system.

This commit is contained in:
ccremers
2004-08-27 11:52:43 +00:00
parent 275743c1a3
commit 542044e36f
6 changed files with 78 additions and 0 deletions

View File

@@ -15,8 +15,11 @@
/*
* Validity checks for claims
*
* Note that the first few operate on claims, and that the tests for e.g. the Arachne engine are seperate.
*/
#ifdef OKIDEBUG
int indac = 0;
@@ -440,3 +443,14 @@ check_claim_niagree (const System sys, const int i)
termmapDelete (g);
return result;
}
//! Check arachne agreement claim
/**
* Per default, occurs in run 0, but for generality we have left the run parameter in.
*@returns 1 if the claim is true, 0 if it is not.
*/
int arachne_claim_agree (const System sys, const int claim_run, const int claim_index)
{
}