-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Translate an Optimize #8071
Copy link
Copy link
Closed
Description
I was looking through the Z3 API and noticed that while there's Z3_solver_translate (and accompanying C++ methods) there is no Z3_optimize_translate (or internal translation methods).
Is this omission intentional? Would it be possible to add context translation to Optimize?
edit: the omission does seem to be intentional per:
Lines 70 to 73 in f917005
| solver* opt_solver::translate(ast_manager& m, params_ref const& p) { | |
| UNREACHABLE(); | |
| return nullptr; | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels