mirror of
https://github.com/Z3Prover/z3
synced 2025-05-10 17:25:47 +00:00
smul no overflow
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
89d6f1c191
commit
8c9835bca6
24 changed files with 376 additions and 63 deletions
|
@ -40,7 +40,7 @@ namespace polysat {
|
|||
bool is_currently_true(solver& s, bool is_positive) const override;
|
||||
bool is_currently_false(solver& s, assignment_t const& sub, bool is_positive) const override;
|
||||
bool is_currently_true(solver& s, assignment_t const& sub, bool is_positive) const override;
|
||||
void narrow(solver& s, bool is_positive) override;
|
||||
void narrow(solver& s, bool is_positive, bool first) override;
|
||||
inequality as_inequality(bool is_positive) const override;
|
||||
unsigned hash() const override;
|
||||
bool operator==(constraint const& other) const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue