3
0
Fork 0
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:
Nikolaj Bjorner 2026-03-15 20:43:49 -07:00
parent 7dea14f732
commit db8a2f4f9e
3 changed files with 3 additions and 8 deletions

View file

@ -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(); });
}
// -----------------------------------------------------------------------