Uses of Package
problem

Packages that use problem
function Provides classes for scalar and vector-valued functions that operate on multi- dimensional double-valued data. 
iterator Provides iterator classes. 
problem Provides classes to create, modify and use various kinds of optimization problems using objective functions and inequality constraints. 
 

Classes in problem used by function
BoundConstrainedProblem
          Methods that a bound-constrained problem must support.
InequalityConstrainedProblem
          Methods to add and remove inequality constraints.
 

Classes in problem used by iterator
BasicBoundConstrainedProblem
          Basic implementation of methods in BoundConstrainedProblem.
BoundConstrainedProblem
          Methods that a bound-constrained problem must support.
MultiObjectiveProblem
          Interface for multi-objective problems.
OptimizationProblem
          Top-level interface for optimization problems.
 

Classes in problem used by problem
BasicBoundConstrainedProblem
          Basic implementation of methods in BoundConstrainedProblem.
BasicInequalityConstrainedProblem
          Basic implementation of methods in InequalityConstrainedProblem.
BasicOptimizationProblem
          Implements the methods in OptimizationProblem.
BoundConstrainedProblem
          Methods that a bound-constrained problem must support.
InequalityConstrainedProblem
          Methods to add and remove inequality constraints.
MultiObjectiveProblem
          Interface for multi-objective problems.
OptimizationProblem
          Top-level interface for optimization problems.