mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 02:10:23 +00:00
checkpoint
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
4722fdfca5
commit
add684d8e9
377 changed files with 204 additions and 62 deletions
30
src/smt/theory_diff_logic.cpp
Normal file
30
src/smt/theory_diff_logic.cpp
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*++
|
||||
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>;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue