!***************************************************************************************** !> ! PowellOpt Module module powellopt use bobyqa_module use cobyla_module use lincoa_module use newuoa_module use uobyqa_module implicit none public end module powellopt !*****************************************************************************************