Skip to content

Translate an Optimize #8071

@toolCHAINZ

Description

@toolCHAINZ

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:

solver* opt_solver::translate(ast_manager& m, params_ref const& p) {
UNREACHABLE();
return nullptr;
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions