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:
parent
cd4a2701db
commit
ac59e7b6d3
4 changed files with 16 additions and 8 deletions
|
@ -259,6 +259,7 @@ namespace sat {
|
|||
bool get_phase(bool_var v) const { return is_true(v); }
|
||||
|
||||
model& get_model() { return m_model; }
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue