mirror of
https://github.com/Z3Prover/z3
synced 2025-11-08 07:15:07 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9fde9fe3a2
commit
0acc042bf7
3 changed files with 51 additions and 55 deletions
|
|
@ -2517,7 +2517,7 @@ namespace upolynomial {
|
|||
// Keep expanding the Sturm sequence starting at seq
|
||||
void manager::sturm_seq_core(upolynomial_sequence & seq) {
|
||||
scoped_numeral_vector r(m());
|
||||
while (true) {
|
||||
while (m_limit.inc()) {
|
||||
unsigned sz = seq.size();
|
||||
srem(seq.size(sz-2), seq.coeffs(sz-2), seq.size(sz-1), seq.coeffs(sz-1), r);
|
||||
if (is_zero(r))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue