alpaqa
1.0.0a10
Nonconvex constrained optimization
Loading...
Searching...
No Matches
src
alpaqa
include
alpaqa
util
not-implemented.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <alpaqa/export.h>
4
#include <stdexcept>
5
6
namespace
alpaqa
{
7
8
struct
ALPAQA_EXPORT
not_implemented_error
: std::logic_error {
9
using
std::logic_error::logic_error;
10
};
11
12
}
// namespace alpaqa
alpaqa
Definition:
anderson.hpp:10
alpaqa::not_implemented_error
Definition:
not-implemented.hpp:8
Generated by
1.9.6