<div dir="ltr">Hi,<div><br></div><div>I am totally new to Ipopt, and I am currently trying to use it through the Java interface. I was wondering if anyone could help with the following problem.</div><div><br></div><div>I downloaded jiopt-3.3.2.zip and followed all instructions to create the lib folder and put it in the root of my project. I tested with the hs071 example, baseds on documentation from Mr Soares from VRTech. There is no run errors. However, it does not recognize getVariableValues(). Ipopt.java contains the methods getObjectiveValue(), getVariableValues(), getConstraintMultipliers(), getLowerBoundMultipliers(), getUpperBoundMultipliers(). Calling these functions do not work. On the other hand, looking through the javadoc (jipoptdoc), I found getObj(), getMultConstraints(), getMultLowerBounds(), getMultUpperBounds() but nothing performing similar job as getVariableValues(). </div><div><br></div><div>There should be a function to get the optimal variable values. Am I missing something here?</div><div><br></div><div>Thanks,</div><div>Karine</div></div>