#include <alpaqa/cutest/cutest-loader.hpp>
#include <alpaqa/util/sparse-ops.hpp>
#include <cutest.h>
#include <dlfcn.h>
#include <cassert>
#include <functional>
#include <iostream>
#include <memory>
#include <stdexcept>
#include <string>
#include <string_view>
#include <vector>
Go to the source code of this file.
|
void FUNDERSCORE() | cutest_csjp (integer *status, integer *nnzj, const integer *lj, integer *J_var, integer *J_con) |
|
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) |
|
◆ alpaqa::CUTEstLoader::ConstrFuncs
struct alpaqa::CUTEstLoader::ConstrFuncs |
Class Members |
decltype(CUTEST_cfn) * |
cfn |
|
decltype(CUTEST_cofg) * |
cofg |
|
decltype(CUTEST_ccfg) * |
ccfg |
|
decltype(CUTEST_clfg) * |
clfg |
|
decltype(CUTEST_cjprod) * |
cjprod |
|
decltype(CUTEST_ccifg) * |
ccifg |
|
decltype(CUTEST_cigr) * |
cigr |
|
decltype(CUTEST_cdimsj) * |
cdimsj |
|
decltype(FUNDERSCORE(cutest_csjp)) * |
csjp |
|
decltype(CUTEST_ccfsg) * |
ccfsg |
|
decltype(CUTEST_cdh) * |
cdh |
|
decltype(CUTEST_cdimsh) * |
cdimsh |
|
decltype(CUTEST_cshp) * |
cshp |
|
decltype(CUTEST_csh) * |
csh |
|
decltype(CUTEST_chprod) * |
chprod |
|
◆ CUTEST_csjp
◆ STR
◆ LOAD_DL_FUNC
#define LOAD_DL_FUNC |
( |
|
f | ) |
dlfun<decltype(f)>(STR(f)) |
◆ cutest_csjp()
void FUNDERSCORE() cutest_csjp |
( |
integer * |
status, |
|
|
integer * |
nnzj, |
|
|
const integer * |
lj, |
|
|
integer * |
J_var, |
|
|
integer * |
J_con |
|
) |
| |