Our EpsilonConstraint method is ``` min f_1(x) f_2(x) <= eps ``` we might consider ``` min f_1(x) + p * f_2(x) f_2(x) <= eps ``` for some small `p`.
Our EpsilonConstraint method is
we might consider
for some small
p.