|
SMTStabilizer API
Public API documentation for SMTStabilizer
|
Floating-point conversion helpers used by parser evaluation paths. More...
#include <util.h>
Static Public Member Functions | |
| static std::string | fpToUbv (const std::string &fp, const Integer &n) |
| static std::string | fpToSbv (const std::string &fp, const Integer &n) |
Floating-point conversion helpers used by parser evaluation paths.
|
static |
Definition at line 923 of file util.cpp.
References condAssert, and stabilizer::parser::HighPrecisionInteger::toULong().
Referenced by stabilizer::parser::Parser::mkFpToSbv().
|
static |
Definition at line 897 of file util.cpp.
References condAssert, and stabilizer::parser::HighPrecisionInteger::toULong().
Referenced by stabilizer::parser::Parser::mkFpToUbv().