mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
compilation fix
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
7a7566f39e
commit
7105e4d213
|
@ -136,8 +136,8 @@ protected:
|
|||
|
||||
void mk_random_move(ptr_vector<func_decl> & unsat_constants);
|
||||
|
||||
//inline double get_restart_armin(unsigned cnt_restarts);
|
||||
inline unsigned check_restart(unsigned curr_value);
|
||||
//double get_restart_armin(unsigned cnt_restarts);
|
||||
unsigned check_restart(unsigned curr_value);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue