/*----------------------------------------------------------------------- File : can_infstate.c Author: Stephan Schulz Contents Functions for representing and analysing the state of an inference process. Copyright 1998, 1999 by the author. This code is released under the GNU General Public Licence and the GNU Lesser General Public License. See the file COPYING in the main E directory for details.. Run "eprover -h" for contact information. Changes <1> Sun Feb 28 19:06:13 MET 1999 New -----------------------------------------------------------------------*/ #include "can_infstate.h" /*---------------------------------------------------------------------*/ /* Global Variables */ /*---------------------------------------------------------------------*/ /*---------------------------------------------------------------------*/ /* Forward Declarations */ /*---------------------------------------------------------------------*/ /*---------------------------------------------------------------------*/ /* Internal Functions */ /*---------------------------------------------------------------------*/ /*---------------------------------------------------------------------*/ /* Exported Functions */ /*---------------------------------------------------------------------*/ /*---------------------------------------------------------------------*/ /* End of File */ /*---------------------------------------------------------------------*/