Class OptimizerFsqp

Inheritance Relationships

Base Type

Class Documentation

class OptimizerFsqp : public parpe::Optimizer

Interface to the FSQP solver. (Tested with FFSQP Version 3.7b)

This solver is not included in the parPE repository. A license must be obtained separately.

Public Functions

OptimizerFsqp() = default
virtual std::tuple<int, double, std::vector<double>> optimize(parpe::OptimizationProblem *problem) override