mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 01:11:55 +00:00
commit
1cb3f7c792
27 changed files with 340 additions and 272 deletions
|
@ -247,6 +247,8 @@ public:
|
|||
void calculate_implied_bounds_for_row(unsigned i, bound_propagator & bp);
|
||||
|
||||
unsigned adjust_column_index_to_term_index(unsigned j) const;
|
||||
|
||||
var_index local2external(var_index idx) const { return m_var_register.local_to_external(idx); }
|
||||
|
||||
void propagate_bounds_on_a_term(const lar_term& t, bound_propagator & bp, unsigned term_offset);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue