mirror of
https://github.com/Z3Prover/z3
synced 2025-05-02 13:27:01 +00:00
Renamed the soft_timeout option to just timeout.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
be709802cd
commit
b76d588c28
9 changed files with 11 additions and 11 deletions
|
@ -1367,7 +1367,7 @@ namespace datalog {
|
|||
{
|
||||
// m_fparams.m_relevancy_lvl = 0;
|
||||
m_fparams.m_mbqi = false;
|
||||
m_fparams.m_soft_timeout = 1000;
|
||||
m_fparams.m_timeout = 1000;
|
||||
}
|
||||
|
||||
~imp() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue