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:
parent
1e99059a5d
commit
d4f2215024
4 changed files with 27 additions and 18 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue