mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
revising pd-maxres
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
da0c12cdba
commit
546a9b8f03
9 changed files with 65 additions and 82 deletions
|
@ -171,7 +171,7 @@ public:
|
|||
}
|
||||
|
||||
void new_assumption(expr* e, rational const& w) {
|
||||
IF_VERBOSE(3, verbose_stream() << "new assumption " << mk_pp(e, m) << " " << w << "\n";);
|
||||
IF_VERBOSE(13, verbose_stream() << "new assumption " << mk_pp(e, m) << " " << w << "\n";);
|
||||
TRACE("opt", tout << "insert: " << mk_pp(e, m) << " : " << w << "\n";);
|
||||
m_asm2weight.insert(e, w);
|
||||
m_asms.push_back(e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue