mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
bug fixes in hsmax
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ef62a52fff
commit
63550d8a1a
3 changed files with 75 additions and 38 deletions
|
@ -125,7 +125,7 @@ namespace opt {
|
|||
}
|
||||
|
||||
lbool opt_solver::check_sat_core(unsigned num_assumptions, expr * const * assumptions) {
|
||||
TRACE("opt", {
|
||||
TRACE("opt_verbose", {
|
||||
tout << "context size: " << m_context.size() << "\n";
|
||||
for (unsigned i = 0; i < m_context.size(); ++i) {
|
||||
tout << mk_pp(m_context.get_formulas()[i], m_context.m()) << "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue