diff --git a/examples/multiobjective/ma/stream/stream_bounded_pareto.csl b/examples/multiobjective/ma/stream/stream_bounded_pareto.csl index 63661cf61..cdb98287f 100644 --- a/examples/multiobjective/ma/stream/stream_bounded_pareto.csl +++ b/examples/multiobjective/ma/stream/stream_bounded_pareto.csl @@ -1 +1 @@ -multi(Pmin=? [ F<=3.5 "done" ], Pmin=? [ F<=1 s=2 ]) +multi(Pmax=? [ F<=3.5 "done" ], Pmax=? [ F<=1 s=2 ])