3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00
This commit is contained in:
Anh-Dung Phan 2013-11-25 12:16:34 -08:00
parent 8fe50ff2d9
commit 87a2b99091
8 changed files with 38 additions and 14 deletions

View file

@ -104,8 +104,6 @@ namespace opt {
}
}
static unsigned g_checksat_count = 0;
bool opt_solver::dump_benchmarks() {
return m_dump_benchmarks;
}