mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
Fixed initialization order warning.
This commit is contained in:
parent
74d3de01b3
commit
cb75a55095
1 changed files with 1 additions and 1 deletions
|
@ -23,10 +23,10 @@ Revision History:
|
|||
namespace sat {
|
||||
|
||||
config::config(params_ref const & p):
|
||||
m_restart_max(0),
|
||||
m_always_true("always_true"),
|
||||
m_always_false("always_false"),
|
||||
m_caching("caching"),
|
||||
m_restart_max(0),
|
||||
m_random("random"),
|
||||
m_geometric("geometric"),
|
||||
m_luby("luby"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue