org.gnu.glpk
Class GlpkSolverKktConditions

java.lang.Object
  extended by org.gnu.glpk.GlpkSolverKktConditions

public class GlpkSolverKktConditions
extends java.lang.Object

Used for checking the Karush-Kuhn-Tucker conditions.

See Also:
GlpkSolver.checkKkt(int scaled, GlpkSolverKktConditions kkt)

Constructor Summary
GlpkSolverKktConditions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlpkSolverKktConditions

public GlpkSolverKktConditions()