mirror of
https://github.com/Z3Prover/z3
synced 2025-08-28 05:58:55 +00:00
purge smt.timeout, use timeout instead to control solver timing #2354
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
63a952f254
commit
e0a44894cf
7 changed files with 2 additions and 13 deletions
|
@ -1354,7 +1354,6 @@ namespace datalog {
|
|||
{
|
||||
// m_fparams.m_relevancy_lvl = 0;
|
||||
m_fparams.m_mbqi = false;
|
||||
m_fparams.m_timeout = 1000;
|
||||
}
|
||||
|
||||
~imp() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue