Uses of Package
com.opttek.optquest

Classes in com.opttek.optquest used by com.opttek.optquest
COptNeuralNetArc
          The COptNeuralNetArc is used to create arcs for an OptQuest Neural Network.
COptNeuralNetException
           
COptNeuralNetNode
          The COptNeuralNetNode is used to create nodes for an OptQuest Neural Network.
COptQuestCompoundConstraint
          The COptQuestCompoundConstraint is a pure virutal class.
COptQuestConstraint
          COptQuestConstraint is a pure virtual class that defines a linear constraint.
COptQuestContinuousVariable
          The COptQuestContinuousVariable class defines a decision variable that can have any value between the lower bound and upper bound.
COptQuestDiscreteVariable
          The CoptQuestDiscreteVariable class defines a decision variable whose values begin at the lower bound and increment by a step size up to the upper bound
COptQuestException
           
COptQuestLowerRequirement
          The COptQuestLowerRequirement defines a requirement that has a lower bound but no upper bound.
COptQuestObjective
          The COptQuestObjective class is a pure virtual class that defines the objective of the optimization.
COptQuestObjectiveFunction
          The COptQuestObjectiveFunction class is used to define a linear objective of the form coeff1 * var1 + coeff2 * var2 + ...
COptQuestOrRequirement
          The COptQuestOrRequirement class allows you to define a logical "or" relationship among COptQuestRequirement objects.
COptQuestPermutationGroup
          This class allows users to add groups of permutation variables to an optimization problem.
COptQuestPermutationVariable
          Permutation variables are used to solve sequencing problems.
COptQuestRequirement
          The COptQuestRequirement class is a pure virtual class that allows you to define a non-linear constraint.
COptQuestSearchParameters
          The COptQuestSearchParameters class contains values that control the search algorithms.
COptQuestStringConstraint
          The COptQuestStringConstraint class is used to define linear and non-linear constraints using a mathematical expression.
COptQuestStringObjective
          The COptQuestStringObjective class is used to define an objective function using a mathematical expression.
COptQuestUpperRequirement
          The COptQuestUpperRequirement defines a requirement that has an upper bound but no lower bound.
COptQuestVariable
          COptQuestVariable is a pure virtual class that defines a decision variable.