3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

Merge branch 'bvsls' of https://git01.codeplex.com/z3 into opt

This commit is contained in:
Christoph M. Wintersteiger 2014-04-25 21:50:29 +01:00
commit 5f0739cdc0

View file

@ -138,8 +138,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