mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
expose import model converter over Python, document it, add partial order axioms for lex, disable linear order axioms, prepare ground for re-adding clauses from reconstruction stack
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7ed5ca05e3
commit
41ca956012
11 changed files with 202 additions and 81 deletions
|
@ -348,7 +348,6 @@ namespace sat {
|
|||
|
||||
bool limit_reached() {
|
||||
if (!m_rlimit.inc()) {
|
||||
m_mc.reset();
|
||||
m_model_is_current = false;
|
||||
TRACE("sat", tout << "canceled\n";);
|
||||
m_reason_unknown = "sat.canceled";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue