mirror of
https://github.com/Z3Prover/z3
synced 2025-11-03 13:07:53 +00:00
fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
88048901f0
commit
ccbe6c33ae
3 changed files with 22 additions and 21 deletions
|
|
@ -92,8 +92,7 @@ namespace sls {
|
|||
void export_values_from_sls();
|
||||
void export_phase_from_sls();
|
||||
void import_activity_from_sls();
|
||||
bool export_phase_to_sls();
|
||||
bool export_units_to_sls();
|
||||
void export_phase_to_sls();
|
||||
void export_values_to_smt();
|
||||
void export_activity_to_smt();
|
||||
|
||||
|
|
@ -136,6 +135,7 @@ namespace sls {
|
|||
|
||||
void smt_phase_to_sls();
|
||||
void smt_values_to_sls();
|
||||
void smt_units_to_sls();
|
||||
void sls_phase_to_smt();
|
||||
void sls_values_to_smt();
|
||||
void sls_activity_to_smt();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue