mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 00:32:16 +00:00
working on lookahead
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
388b025d9e
commit
88e7c240b7
4 changed files with 280 additions and 87 deletions
|
@ -219,6 +219,10 @@ namespace sat {
|
|||
|
||||
lbool operator()();
|
||||
|
||||
lbool check(unsigned sz, literal const* assumptions) { return l_undef; } // TBD
|
||||
|
||||
void cancel() {} // TBD
|
||||
|
||||
local_search_config& config() { return m_config; }
|
||||
|
||||
local_search_config m_config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue