Hi,
first of all, great software! I just stumbled upon it and am seriously amazed. However, I couldn't yet figure out how to solve linear programming problems.
In MathCad I would have used a solving block like this:
x:=1
y:=1
Given
3x+4y<10
4x+3y<10
x>0
y>0
f(x,y):=x+y
Maximize(f,x,y)={1.492 ; 1.492}
Is there a way to do this in SMath?
Regards