mirror of
https://github.com/Z3Prover/z3
synced 2025-08-30 15:00:08 +00:00
deal with compiler warnings and include value exchange prior to final check.
This commit is contained in:
parent
ce615ee116
commit
0e8969ce60
15 changed files with 132 additions and 146 deletions
|
@ -212,7 +212,7 @@ namespace sls {
|
|||
m_sat_phase[v] = ctx.get_best_phase(v);
|
||||
}
|
||||
|
||||
bool smt_plugin::export_to_sls() {
|
||||
bool smt_plugin::export_to_sls() {
|
||||
bool updated = false;
|
||||
if (m_has_units) {
|
||||
std::lock_guard<std::mutex> lock(m_mutex);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue