mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
work on random_updates
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
ae8c6acc1a
commit
5c9fd90031
3 changed files with 27 additions and 23 deletions
|
@ -134,6 +134,8 @@ public:
|
|||
void set_column_value(unsigned j, const impq& v) {
|
||||
m_mpq_lar_core_solver.m_r_x[j] = v;
|
||||
}
|
||||
|
||||
unsigned external_to_column_index(unsigned) const;
|
||||
|
||||
const mpq& get_column_value_rational(unsigned j) const {
|
||||
if (tv::is_term(j)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue