scpsolver.problems
Class LPWizardConstraint

java.lang.Object
  extended by scpsolver.problems.LPWizardConstraint

public class LPWizardConstraint
extends java.lang.Object


Constructor Summary
LPWizardConstraint(byte type, double t, LPWizard lpw)
           
 
Method Summary
 LPWizardConstraint plus(java.lang.String variable)
           
 LPWizardConstraint plus(java.lang.String variable, double weight)
           
 LPWizardConstraint setAllVariablesBoolean()
           
 LPWizardConstraint setAllVariablesInteger()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LPWizardConstraint

public LPWizardConstraint(byte type,
                          double t,
                          LPWizard lpw)
Method Detail

plus

public LPWizardConstraint plus(java.lang.String variable,
                               double weight)

plus

public LPWizardConstraint plus(java.lang.String variable)

setAllVariablesBoolean

public LPWizardConstraint setAllVariablesBoolean()

setAllVariablesInteger

public LPWizardConstraint setAllVariablesInteger()