5 lines
145 B
Mathematica
5 lines
145 B
Mathematica
|
|
function P = robustify(P)
|
||
|
|
%ROBUSTIFY Derives robust counterpart.
|
||
|
|
|
||
|
|
[P.Constraints,P.Objective] = robustify(P.Constraints,P.Objective,P.Options);
|