carl
24.04
Computer ARithmetic Library
|
#include <carl-arith/core/Variables.h>
#include "UFInstance.h"
#include "UVariable.h"
#include <iostream>
#include <variant>
Go to the source code of this file.
Data Structures | |
class | carl::UTerm |
Implements an uninterpreted term, that is either an uninterpreted variable or an uninterpreted function instance. More... | |
struct | std::hash< carl::UTerm > |
Implements std::hash for uninterpreted terms. More... | |
Namespaces | |
carl | |
carl is the main namespace for the library. | |
Functions | |
bool | carl::operator== (const UTerm &lhs, const UTerm &rhs) |
bool | carl::operator!= (const UTerm &lhs, const UTerm &rhs) |
bool | carl::operator< (const UTerm &lhs, const UTerm &rhs) |
std::ostream & | carl::operator<< (std::ostream &os, const UTerm &ut) |
Prints the given uninterpreted term on the given output stream. More... | |