3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-17 00:32:16 +00:00

enable multiple local search threads

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-03-06 11:48:23 -08:00
parent cd4a2701db
commit ac59e7b6d3
4 changed files with 16 additions and 8 deletions

View file

@ -259,6 +259,7 @@ namespace sat {
bool get_phase(bool_var v) const { return is_true(v); }
model& get_model() { return m_model; }
};
}