mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 07:15:26 +00:00
Lpbounds (#4492)
* remove inheritance from bound propagation Signed-off-by: Lev Nachmanson <levnach@hotmail.com> * less inheritance Signed-off-by: Lev Nachmanson <levnach@hotmail.com> * less inheritance Signed-off-by: Lev Nachmanson <levnach@hotmail.com> * fix the build Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
29ce22cfb1
commit
742be83503
9 changed files with 185 additions and 211 deletions
|
@ -24,7 +24,9 @@ Revision History:
|
|||
|
||||
namespace smt {
|
||||
class theory_lra : public theory, public theory_opt {
|
||||
public:
|
||||
class imp;
|
||||
private:
|
||||
imp* m_imp;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue