3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-25 12:35:59 +00:00

work on ashr

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-12-15 14:30:13 -08:00
parent 78f64cda1c
commit a315c7c47a
3 changed files with 30 additions and 14 deletions

View file

@ -68,6 +68,7 @@ namespace polysat {
std::ostream& display(std::ostream& out, char const* eq) const;
void activate_and(core& s, dependency const& d);
void activate_ashr(core& s, dependency const& d);
public:
~op_constraint() override {}