mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 04:31:24 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fe7a7fe23f
commit
88f0e4a64c
6 changed files with 160 additions and 39 deletions
|
@ -38,7 +38,10 @@ namespace nlsat {
|
|||
|
||||
class solver {
|
||||
struct imp;
|
||||
struct ctx;
|
||||
imp * m_imp;
|
||||
ctx * m_ctx;
|
||||
solver(ctx& c);
|
||||
public:
|
||||
solver(reslimit& rlim, params_ref const & p, bool incremental);
|
||||
~solver();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue