/*****************************************************************************/
/*!
* \file expr.h
* \brief Definition of the API to expression package. See class Expr for details.
*
* Author: Clark Barrett
*
* Created: Tue Nov 26 00:27:40 2002
*
*
*
* License to use, copy, modify, sell and/or distribute this software
* and its documentation for any purpose is hereby granted without
* royalty, subject to the terms and conditions defined in the \ref
* LICENSE file provided with this distribution.
*
*
*
*/
/*****************************************************************************/
#ifndef _cvc3__expr_h_
#define _cvc3__expr_h_
#include
#include
#include
#include
#include
#include