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:
parent
78f64cda1c
commit
a315c7c47a
3 changed files with 30 additions and 14 deletions
|
@ -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 {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue