3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00

revert restriction to nira test, move to tuned version of grobner

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-12-27 16:38:35 -08:00
parent 1e99059a5d
commit d4f2215024
4 changed files with 27 additions and 18 deletions

View file

@ -500,8 +500,8 @@ struct is_non_nira_functor {
case OP_POWER:
if (m_linear)
throw_found(n);
if (!u.is_numeral(n->get_arg(0), r) || !r.is_unsigned() || r.is_zero())
throw_found(n);
//if (!u.is_numeral(n->get_arg(0), r) || !r.is_unsigned() || r.is_zero())
// throw_found(n);
return;
case OP_IRRATIONAL_ALGEBRAIC_NUM:
if (m_linear || !m_real)