3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 10:52:02 +00:00

enable proof production with difference logic, integrate with PDR engine

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2012-10-20 04:25:58 -07:00
parent 28a4f51ea5
commit 2e73957f97
10 changed files with 500 additions and 385 deletions

View file

@ -16,14 +16,6 @@ Author:
Revision History:
TODO:
- port diff_logic.*
- port theory_diff_logic
- fix theory propagation
- fix/add equality propagation
- fix relaxation.
--*/
#include "theory_diff_logic.h"