carl  24.04
Computer ARithmetic Library
BVTerm.h File Reference
#include <carl-arith/core/Variables.h>
#include <carl-common/util/variant_util.h>
#include <boost/variant.hpp>
#include "BVTermType.h"
#include "BVValue.h"
#include "BVVariable.h"
Include dependency graph for BVTerm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  carl::BVTerm
 
struct  std::hash< carl::BVTerm >
 Implements std::hash for bit vector terms. More...
 

Namespaces

 carl
 carl is the main namespace for the library.
 

Functions

bool carl::operator== (const BVTerm &lhs, const BVTerm &rhs)
 
bool carl::operator< (const BVTerm &lhs, const BVTerm &rhs)
 
std::ostream & carl::operator<< (std::ostream &os, const BVTerm &term)
 

Detailed Description