I have a problem that requires the use of Storm, the linear program solver. In order to have the computer solve it, I need to enter a constraint that one of the variables (X1) is greater than another variable (X2). However, it appears that the program only allows you to enter constraints in which one of the variables is <, >, or = an actual number, not another variable.