3
0
Fork 0
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:
Nikolaj Bjorner 2017-02-27 10:59:59 -08:00
parent 388b025d9e
commit 88e7c240b7
4 changed files with 280 additions and 87 deletions

View file

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