3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-09-02 09:23:59 -07:00
parent edb26e7be7
commit e9a4a9a390
3 changed files with 18 additions and 1 deletions

View file

@ -79,6 +79,8 @@ namespace user {
sat::justification mk_justification(unsigned propagation_index);
void validate_propagation();
public:
solver(euf::solver& ctx);