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:
parent
097a25ebfe
commit
3d6cc64e2e
3 changed files with 112 additions and 115 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue