3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-18 18:36:41 +00:00

adding timeout to duality

This commit is contained in:
Ken McMillan 2013-06-18 12:28:20 -07:00
parent 64acd9cac0
commit 0f13ec6e42
6 changed files with 44 additions and 3 deletions

View file

@ -282,6 +282,10 @@ namespace Duality {
return res;
}
void Cancel(){
// TODO
}
#if 0
virtual void Restart(RPFP *_rpfp){
rpfp = _rpfp;