scyther/src/arachne.c

17 lines
261 B
C
Raw Normal View History

2004-08-11 10:51:17 +01:00
/**
*@file arachne.c
*
* Introduces a method for proofs akin to the Athena modelchecker
* http://www.ece.cmu.edu/~dawnsong/athena/
*
*/
#include "system.h"
#include "arachne.h"
//! Main recursive procedure for Arachne
int
arachne (const System sys)
{
}