-
Exceptions thrown by the OptQuest Engine.
A COptQuestSolution object contains the values for one solution and provides
methods to access information on the solution.
The COptQuestStringConstraint class is used to define linear and non-linear
constraints using a mathematical expression.
The COptQuestStringObjective class is used to define an objective function
using a mathematical expression.
The COptQuestUserControlledVariable class allows you to define a variable where
you set the value of the variable.
COptQuestVariable is a pure virtual class that defines a decision variable.
Defines a callback function that will evaluate an OptQuestSolution during managed optimization.
Defines a callback function is called when a solution or replication solution
has completed evaluation.
The main class that defines an optimization model and creates and manages solutions
The class that defines a solution object for managing inputs, outputs, constraints, and objectives