mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 20:21:23 +00:00
remove SMTFD
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7c2fe46eb7
commit
54a75d6a91
5 changed files with 0 additions and 2175 deletions
|
@ -4,10 +4,8 @@ z3_add_component(fd_solver
|
|||
enum2bv_solver.cpp
|
||||
fd_solver.cpp
|
||||
pb2bv_solver.cpp
|
||||
smtfd_solver.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
sat_solver
|
||||
TACTIC_HEADERS
|
||||
fd_solver.h
|
||||
smtfd_solver.h
|
||||
)
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,33 +0,0 @@
|
|||
/*++
|
||||
Copyright (c) 2019 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
smtfd_solver.h
|
||||
|
||||
Abstract:
|
||||
|
||||
SMT reduction to Finite domain solver.
|
||||
|
||||
Author:
|
||||
|
||||
Nikolaj Bjorner (nbjorner) 2019-09-03
|
||||
|
||||
Notes:
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "util/params.h"
|
||||
|
||||
class solver;
|
||||
class tactic;
|
||||
|
||||
solver * mk_smtfd_solver(ast_manager & m, params_ref const & p);
|
||||
tactic * mk_smtfd_tactic(ast_manager & m, params_ref const & p);
|
||||
|
||||
/*
|
||||
ADD_TACTIC("smtfd", "builtin strategy for solving SMT problems by reduction to FD.", "mk_smtfd_tactic(m, p)")
|
||||
*/
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue