I have searched about in here but it loses all sense when I try to implement LP in Java with JOptimizer library,
I need to find a way to solve this simple inequality:
x*k+y*k'>0
with:
1>=x>=0
1>=y>=0
Where k and k' are given constants.
What is the best way to solve this?
Can anyone help me to solve my problem?
Seems you don't have the idea about linear programming. Please Read about it. Here is the answer you asked for.