]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
Improvement. Add the ability to set a soft timeout via the c_interface. You specify...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 24 Jan 2012 04:26:37 +0000 (04:26 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 24 Jan 2012 04:26:37 +0000 (04:26 +0000)
commit3fabfdb1e6817f2c668cca4d9570ed51988bf2e8
treefc244fcfaf8286788776052919f2aca1cff03409
parent0981f5050753a4696d9a0e0d1127ec0eca22b654
Improvement. Add the ability to set a soft timeout via the c_interface. You specify the number of milliseconds that you want STP to run for.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1520 e59a4935-1847-0410-ae03-e826735625c1
21 files changed:
src/STPManager/STP.cpp
src/STPManager/STPManager.h
src/absrefine_counterexample/CounterExample.cpp
src/c_interface/c_interface.cpp
src/c_interface/c_interface.h
src/main/Globals.h
src/sat/MinisatCore.cpp
src/sat/MinisatCore.h
src/sat/MinisatCore_prop.cpp
src/sat/MinisatCore_prop.h
src/sat/SimplifyingMinisat.cpp
src/sat/SimplifyingMinisat.h
src/sat/core/Solver.cc
src/sat/core/Solver.h
src/sat/core_prop/Solver_prop.cc
src/sat/core_prop/Solver_prop.h
src/sat/simp/SimpSolver.cc
src/sat/simp/SimpSolver.h
tests/c-api-tests/Makefile
tests/c-api-tests/example.smt [new file with mode: 0644]
tests/c-api-tests/timeout.c [new file with mode: 0644]