I'm looking to enable sensitivity in LpSolve (http://lpsolve.sourceforge.net/5.5/sensitivity.htm).
The docs indicate that you enable sensitivity by passing -S4 to the command line. In R, you can pass compute.sens=true in the lpsolve() function call.
However, I'm using the Java API, and I see no such option for setting it.
I do see a setSense(boolean maximize) function. Is that it?