3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00

debug tangent lemmas

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-05-08 12:26:13 -07:00
parent 0c50971b57
commit df5f3f9722
6 changed files with 31 additions and 8 deletions

View file

@ -268,6 +268,7 @@ public:
template <typename T>
bool mon_has_zero(const T& product) const;
lp::lp_settings& settings();
const lp::lp_settings& settings() const;
unsigned random();
void map_monomial_vars_to_monomial_indices(unsigned i);