3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

prepare for calling diophantine equations

This commit is contained in:
Lev Nachmanson 2024-08-13 13:20:45 -10:00 committed by Lev Nachmanson
parent 097a25ebfe
commit 3d6cc64e2e
3 changed files with 112 additions and 115 deletions

View file

@ -236,7 +236,7 @@ public:
void set_hnf_cut_period(unsigned period) { m_hnf_cut_period = period; }
unsigned random_next() { return m_rand(); }
unsigned random_next(unsigned u ) { return m_rand(u); }
bool dioph_eq() { return m_dioph_eq; }
void set_random_seed(unsigned s) { m_rand.set_seed(s); }
bool bound_progation() const {