proxsuite-nlp  0.11.0
A primal-dual augmented Lagrangian-type solver for nonlinear programming on manifolds.
 
Loading...
Searching...
No Matches
version.hpp File Reference
#include "proxsuite-nlp/config.hpp"
#include <string>
#include <sstream>
Include dependency graph for version.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  proxsuite
 Main package namespace.
 

Functions

std::string proxsuite::nlp::printVersion (const std::string &delimiter=".")
 Pretty-print the package version number.
 

Detailed Description

Definition in file version.hpp.

Function Documentation

◆ printVersion()

std::string proxsuite::nlp::printVersion ( const std::string & delimiter = ".")
inline

Pretty-print the package version number.

Parameters
delimiterThe delimiter between the major/minor/patch version components.

Definition at line 15 of file version.hpp.