Inequality Help
Hello, sorry if this isn't the correct place to post but please help me out. I have the following eqn.
X:= a + b <= c + d = 0
How do I get X to be defined as the lesser of the two. I want it to be defined as C+D if it is smaller, Not 0 or 1.
It is only returning 0 or 1 depending on if the statement is true or false.
