3
0
Fork 0
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:
Nikolaj Bjorner 2015-11-07 10:00:14 -08:00
parent 3d993a4ee1
commit 1758799ef4
4 changed files with 60 additions and 33 deletions

View file

@ -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());