mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
remove strategic solver header file
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fc41a61b6e
commit
ce84e0f240
|
@ -25,7 +25,6 @@ Revision History:
|
|||
#include "smt/smt_solver.h"
|
||||
#include "parsers/smt2/smt2parser.h"
|
||||
#include "solver/solver_na2as.h"
|
||||
#include "tactic/portfolio/smt_strategic_solver.h"
|
||||
|
||||
|
||||
extern "C" {
|
||||
|
|
|
@ -32,7 +32,6 @@ Revision History:
|
|||
#include "api/api_ast_vector.h"
|
||||
#include "solver/tactic2solver.h"
|
||||
#include "util/file_path.h"
|
||||
#include "tactic/portfolio/smt_strategic_solver.h"
|
||||
#include "smt/smt_solver.h"
|
||||
#include "smt/smt_implied_equalities.h"
|
||||
#include "solver/smt_logics.h"
|
||||
|
|
|
@ -29,7 +29,6 @@ Revision History:
|
|||
#include "cmd_context/extra_cmds/polynomial_cmds.h"
|
||||
#include "cmd_context/extra_cmds/subpaving_cmds.h"
|
||||
#include "smt/smt2_extra_cmds.h"
|
||||
#include "tactic/portfolio/smt_strategic_solver.h"
|
||||
#include "smt/smt_solver.h"
|
||||
|
||||
static std::mutex *display_stats_mux = new std::mutex;
|
||||
|
|
|
@ -3,7 +3,7 @@ Copyright (c) 2012 Microsoft Corporation
|
|||
|
||||
Module Name:
|
||||
|
||||
smt_strategic_solver.h
|
||||
smt_strategic_solver.cpp
|
||||
|
||||
Abstract:
|
||||
|
||||
|
|
|
@ -1,27 +0,0 @@
|
|||
/*++
|
||||
Copyright (c) 2012 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
smt_strategic_solver.h
|
||||
|
||||
Abstract:
|
||||
|
||||
Create a strategic solver with tactic for all main logics
|
||||
used in SMT.
|
||||
|
||||
Author:
|
||||
|
||||
Leonardo (leonardo) 2012-02-19
|
||||
|
||||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef SMT_STRATEGIC_SOLVER_H_
|
||||
#define SMT_STRATEGIC_SOLVER_H_
|
||||
|
||||
class solver_factory;
|
||||
|
||||
// solver_factory * mk_smt_strategic_solver_factory(symbol const & logic = symbol::null);
|
||||
|
||||
#endif
|
Loading…
Reference in a new issue