#include "proxsuite-nlp/config.hpp"
#include <string>
#include <sstream>
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. | |
Definition in file version.hpp.
|
inline |
Pretty-print the package version number.
delimiter | The delimiter between the major/minor/patch version components. |
Definition at line 15 of file version.hpp.