alpaqa 0.0.1
Nonconvex constrained optimization
Classes | Functions
CUTEstLoader.cpp File Reference
#include <alpaqa/interop/cutest/CUTEstLoader.hpp>
#include <cutest.h>
#include <dlfcn.h>
#include <functional>
#include <iostream>
#include <stdexcept>
#include <string>
#include <string_view>
+ Include dependency graph for CUTEstLoader.cpp:

Go to the source code of this file.

Classes

class  CUTEstLoader
 

Functions

const char * enum_name (CUTEstProblem::Report::Status s)
 
std::ostream & operator<< (std::ostream &os, CUTEstProblem::Report::Status s)
 
std::ostream & operator<< (std::ostream &os, const CUTEstProblem::Report &r)
 

Function Documentation

◆ enum_name()

const char * enum_name ( CUTEstProblem::Report::Status  s)

Definition at line 391 of file CUTEstLoader.cpp.

+ Here is the caller graph for this function:

◆ operator<<() [1/2]

std::ostream & operator<< ( std::ostream &  os,
CUTEstProblem::Report::Status  s 
)

Definition at line 403 of file CUTEstLoader.cpp.

+ Here is the call graph for this function:

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream &  os,
const CUTEstProblem::Report r 
)
related

Definition at line 407 of file CUTEstLoader.cpp.