mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 01:40:22 +00:00
add translate facility to inc_sat_solver. Limit lemma copying to unit lemmas
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3d993a4ee1
commit
1758799ef4
4 changed files with 60 additions and 33 deletions
|
@ -45,7 +45,6 @@ namespace smt {
|
|||
class kernel {
|
||||
struct imp;
|
||||
imp * m_imp;
|
||||
kernel(): m_imp(0) {}
|
||||
public:
|
||||
kernel(ast_manager & m, smt_params & fp, params_ref const & p = params_ref());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue