mirror of
https://github.com/Z3Prover/z3
synced 2025-05-02 13:27:01 +00:00
remove pdr
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cefdb8c01d
commit
6adaed718f
29 changed files with 70 additions and 8691 deletions
|
@ -9,7 +9,6 @@ z3_add_component(fp
|
|||
clp
|
||||
ddnf
|
||||
muz
|
||||
pdr
|
||||
rel
|
||||
spacer
|
||||
tab
|
||||
|
|
|
@ -21,7 +21,6 @@ Revision History:
|
|||
#include "muz/clp/clp_context.h"
|
||||
#include "muz/tab/tab_context.h"
|
||||
#include "muz/rel/rel_context.h"
|
||||
#include "muz/pdr/pdr_dl_interface.h"
|
||||
#include "muz/ddnf/ddnf.h"
|
||||
#include "muz/spacer/spacer_dl_interface.h"
|
||||
|
||||
|
@ -30,9 +29,6 @@ namespace datalog {
|
|||
|
||||
engine_base* register_engine::mk_engine(DL_ENGINE engine_type) {
|
||||
switch(engine_type) {
|
||||
case PDR_ENGINE:
|
||||
case QPDR_ENGINE:
|
||||
return alloc(pdr::dl_interface, *m_ctx);
|
||||
case SPACER_ENGINE:
|
||||
return alloc(spacer::dl_interface, *m_ctx);
|
||||
case DATALOG_ENGINE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue