mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
add logging
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f1194ffeaa
commit
02b419c939
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ namespace opt {
|
||||||
|
|
||||||
|
|
||||||
void optsmt::set_cancel(bool f) {
|
void optsmt::set_cancel(bool f) {
|
||||||
|
TRACE("opt", tout << "set cancel: " << f << "\n";);
|
||||||
m_cancel = f;
|
m_cancel = f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue