mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
tests
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
938a89e197
commit
f97dd34028
6 changed files with 25 additions and 11 deletions
|
@ -100,7 +100,6 @@ namespace nla {
|
|||
}
|
||||
|
||||
bool grobner::is_conflicting() {
|
||||
bool is_conflict = false;
|
||||
for (auto eq : m_solver.equations()) {
|
||||
if (is_conflicting(*eq)) {
|
||||
lp_settings().stats().m_grobner_conflicts++;
|
||||
|
@ -677,7 +676,6 @@ namespace nla {
|
|||
nex_creator& nc = m_nex_creator;
|
||||
nc.pop(0);
|
||||
nex_creator::sum_factory sum(nc);
|
||||
unsigned row_index = 0;
|
||||
u_map<nex_var*> var2nex;
|
||||
for (auto v : eq.poly().free_vars())
|
||||
var2nex.insert(v, nc.mk_var(v));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue