Skip to content

3588: Enable to cancel execution of Z3

Simon Barner requested to merge 3588 into master
  • Implement Z3CancelThread that polls every 500 ms the IProgressMonitor provided by the Eclipse Job in which Z3 is run.
  • In case of a corresponding user request, cancel the computation using Context::interrupt()

Issue-Ref: 3588 Issue-Url: https://af3-developer.fortiss.org/issues/3588

Signed-off-by: Simon Barner barner@fortiss.org

Edited by Simon Barner

Merge request reports