#include <carl-arith/vs/SqrtEx.h>
#include <optional>
#include <vector>
Go to the source code of this file.
|
template<typename Poly > |
std::ostream & | carl::vs::operator<< (std::ostream &out, const zero< Poly > &z) |
|
template<typename Poly > |
static bool | carl::vs::gather_zeros (const Constraint< Poly > &constraint, const Variable &eliminationVar, std::vector< zero< Poly >> &results) |
| Gathers zeros with side conditions from the given constraint in the given variable. More...
|
|
template<typename Poly > |
static bool | carl::vs::gather_zeros (const VariableComparison< Poly > &varcomp, const Variable &eliminationVar, std::vector< zero< Poly >> &results) |
|