mirror of
https://github.com/Z3Prover/z3
synced 2026-03-17 18:43:45 +00:00
update print and cancelation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7dea14f732
commit
db8a2f4f9e
3 changed files with 3 additions and 8 deletions
|
|
@ -48,7 +48,6 @@ namespace smt {
|
|||
|
||||
void theory_nseq::init() {
|
||||
m_arith_value.init(&get_context());
|
||||
m_nielsen.set_cancel_fn([this]() { return get_context().get_cancel_flag(); });
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue