carl
24.04
Computer ARithmetic Library
|
#include <cassert>
#include <iostream>
#include <string>
Go to the source code of this file.
Data Structures | |
struct | std::hash< carl::BVCompareRelation > |
Namespaces | |
carl | |
carl is the main namespace for the library. | |
Enumerations | |
enum class | carl::BVCompareRelation : unsigned { carl::EQ , carl::NEQ , carl::ULT , carl::ULE , carl::UGT , carl::UGE , carl::SLT , carl::SLE , carl::SGT , carl::SGE } |
Functions | |
std::string | carl::toString (BVCompareRelation _r) |
std::ostream & | carl::operator<< (std::ostream &_os, const BVCompareRelation &_r) |
std::size_t | carl::toId (const BVCompareRelation _relation) |
BVCompareRelation | carl::inverse (BVCompareRelation _c) |
bool | carl::relationIsStrict (BVCompareRelation _r) |
bool | carl::relationIsSigned (BVCompareRelation _r) |
Definition in file BVCompareRelation.h.