mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
remove strategic solver header file
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fc41a61b6e
commit
ce84e0f240
5 changed files with 1 additions and 31 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue