SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
Represents a constant of a fixed width. More...
#include <TheoryTypes.h>
Public Member Functions | |
FixedWidthConstant () | |
FixedWidthConstant (const T &value, std::size_t width) | |
bool | operator< (const FixedWidthConstant &fwc) const |
Data Fields | |
T | value |
std::size_t | width |
Represents a constant of a fixed width.
Definition at line 38 of file TheoryTypes.h.
|
inline |
Definition at line 41 of file TheoryTypes.h.
|
inline |
Definition at line 42 of file TheoryTypes.h.
|
inline |
Definition at line 43 of file TheoryTypes.h.
T smtrat::parser::FixedWidthConstant< T >::value |
Definition at line 39 of file TheoryTypes.h.
std::size_t smtrat::parser::FixedWidthConstant< T >::width |
Definition at line 40 of file TheoryTypes.h.