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.
COptQuestAnalysis
          For internal use only
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
          Exceptions thrown by the OptQuest Engine.
COptQuestFrontierMultiObjective.FRONTIER_HEURISTIC
           
COptQuestLowerRequirement
          The COptQuestLowerRequirement defines a requirement that has a lower bound but no upper bound.
COptQuestMultiObjective
          The COptQuestMultiObjective is an abstract class.
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.
COptQuestOptimization
          The COptQuestOptimization class searches for solutions to problems using a “black box” approach.
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.
COptQuestPredictor
          For internal use only
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.
COptQuestSolution
          A COptQuestSolution object contains the values for one solution and provides methods to access information on the solution.
COptQuestSolutionSet
          The COptQuestSolutionSet class allows you to select a set of solutions and perform statistical analysis or sensitivity analysis on the set.
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.
COptQuestVariableAnalysis
          For internal use only
COptQuestWeightedMultiObjective.WEIGHTED_HEURISTIC
           
InternalStats
          For internal use only
ISolutionFilter
          ISolutionFilter is used to define a filter for a COptQuestSolutionSet object.