mirror of
https://github.com/Z3Prover/z3
synced 2025-10-01 13:39:28 +00:00
fix #7018
This commit is contained in:
parent
3422f44cea
commit
69f9640fdf
2 changed files with 13 additions and 6 deletions
|
@ -303,6 +303,7 @@ namespace opt {
|
|||
void import_scoped_state();
|
||||
void normalize(expr_ref_vector const& asms);
|
||||
void internalize();
|
||||
bool is_objective(expr* fml);
|
||||
bool is_maximize(expr* fml, app_ref& term, expr_ref& orig_term, unsigned& index);
|
||||
bool is_minimize(expr* fml, app_ref& term, expr_ref& orig_term, unsigned& index);
|
||||
bool is_maxsat(expr* fml, expr_ref_vector& terms,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue