3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-11 11:43:36 +00:00
z3/lib/theory_diff_logic.cpp
Nikolaj Bjorner 2e73957f97 enable proof production with difference logic, integrate with PDR engine
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2012-10-20 04:25:58 -07:00

31 lines
500 B
C++

/*++
Copyright (c) 2008 Microsoft Corporation
Module Name:
theory_diff_logic.cpp
Abstract:
<abstract>
Author:
Leonardo de Moura (leonardo) 2008-04-21.
Nikolaj Bjorner (nbjorner) 2008-05-05
Revision History:
--*/
#include "theory_diff_logic.h"
#include"rational.h"
#include"theory_diff_logic_def.h"
template class theory_diff_logic<idl_ext>;
template class theory_diff_logic<sidl_ext>;
template class theory_diff_logic<rdl_ext>;
template class theory_diff_logic<srdl_ext>;