mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
Perform clause simplification earlier
This commit is contained in:
parent
44f0f88172
commit
5f2fd039ba
8 changed files with 57 additions and 45 deletions
|
@ -56,7 +56,7 @@ namespace polysat {
|
|||
|
||||
/** Add constraint to per-level storage */
|
||||
void constraint_manager::store(constraint* c) {
|
||||
LOG_V("Store constraint: " << show_deref(c));
|
||||
LOG_V(20, "Store constraint: " << show_deref(c));
|
||||
m_constraints.push_back(c);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue