I have two constraints on `x`
and I would like the optimizer to satisfy the first over the other; however, I would still like to keep the second one since I can adjust the bounds.
I am currently getting an infeasible soln with both of them. But, if i added a slack term to the first then the soln is feasible, but, that constraint becomes easily violated which I don't want. So, I added a slack to the second constraint, but, then run into infeasibilities.
Can you pls advise of alternatives? Maybe I can appropriately bound the slack term that's in the second constraint? Thank you.