3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

case analysis for commit

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-11-08 23:29:31 -08:00
parent ba05f79415
commit dc78da4873
3 changed files with 31 additions and 9 deletions

View file

@ -51,8 +51,7 @@ namespace opt {
}
lbool context::optimize() {
// TBD: does not work...
if (m_params.get_bool("pareto", false)) {
if (m_params.get_bool("pareto", false)) {
return optimize_pareto();
}
else {