mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
debugging multi-objective interface and pb revisions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
191efbb72f
commit
faa59ba7f9
3 changed files with 31 additions and 11 deletions
|
@ -689,7 +689,7 @@ void cmd_context::insert(symbol const & s, func_decl * f) {
|
|||
if (!m_global_decls) {
|
||||
m_func_decls_stack.push_back(sf_pair(s, f));
|
||||
}
|
||||
TRACE("cmd_context", tout << "new sort decl\n" << mk_pp(f, m()) << "\n";);
|
||||
TRACE("cmd_context", tout << "new function decl\n" << mk_pp(f, m()) << "\n";);
|
||||
}
|
||||
|
||||
void cmd_context::insert(symbol const & s, psort_decl * p) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue