CVC3  2.4.1
Classes | Namespaces | Typedefs | Functions
theorem.h File Reference
#include "expr.h"
#include "os.h"
#include "proof.h"
#include "hash_fun.h"

Go to the source code of this file.

Classes

class  CVC3::Theorem
class  CVC3::Theorem3
 Theorem3. More...
class  CVC3::TheoremLess
 "Less" comparator for theorems by TheoremValue pointers More...
struct  Hash::hash< CVC3::Theorem >

Namespaces

namespace  CVC3
namespace  Hash

Typedefs

typedef std::map< Theorem,
bool, TheoremLess > 
CVC3::TheoremMap

Functions

bool CVC3::operator< (const Theorem &t1, const Theorem &t2)
bool CVC3::operator<= (const Theorem &t1, const Theorem &t2)
bool CVC3::operator> (const Theorem &t1, const Theorem &t2)
bool CVC3::operator>= (const Theorem &t1, const Theorem &t2)

Detailed Description

Author: Sergey Berezin

Created: Dec 10 00:37:49 GMT 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 LICENSE file provided with this distribution.


Definition in file theorem.h.