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