mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
@wintersteiger: added code review comment to theory_fpa. The bug seen in #5454 doesn't surface with theory_fpa, though.
This commit is contained in:
parent
fe4c48e14c
commit
6a3ba64afe
4 changed files with 22 additions and 4 deletions
|
@ -72,7 +72,7 @@ namespace fpa {
|
|||
|
||||
bool unit_propagate() override;
|
||||
void get_antecedents(sat::literal l, sat::ext_justification_idx idx, sat::literal_vector& r, bool probing) override { UNREACHABLE(); }
|
||||
sat::check_result check() override { return sat::check_result::CR_DONE; }
|
||||
sat::check_result check() override;
|
||||
|
||||
euf::th_solver* clone(euf::solver& ctx) override { return alloc(solver, ctx); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue