proxsuite-nlp  0.10.0
A primal-dual augmented Lagrangian-type solver for nonlinear programming on manifolds.
Loading...
Searching...
No Matches
print-callback.hpp
Go to the documentation of this file.
1
3#pragma once
4
6
7namespace proxsuite {
8namespace nlp {
9namespace helpers {
10
11template <typename Scalar> struct print_callback : base_callback<Scalar> {
12 void call(const WorkspaceTpl<Scalar> &workspace,
13 const ResultsTpl<Scalar> &results) {}
14};
15
16} // namespace helpers
17} // namespace nlp
18} // namespace proxsuite
Main package namespace.
Definition bcl-params.hpp:5
Results struct, holding the returned data from the solver.
Definition results.hpp:20
void call(const WorkspaceTpl< Scalar > &workspace, const ResultsTpl< Scalar > &results)