Deprecated API

Deprecated Methods
mil.af.afit.uvr.HEngine.getRequestedSolutionEffort()
          Use getEffort(). 
mil.af.afit.uvr.HEngine.setRequestedSolutionEffort(double)
          Use setEffort(). 
mil.af.afit.uvr.HEngine.setSolver(String)
          Set the solver by using an actual HSolver object. If you must keep a String record of a solver, use the class name and then instantiate a new solver with Class.forName( strSolverClassName ).newInstance().