Pipal  1.2.0
Penalty Interior-Point ALgorithm
Loading...
Searching...
No Matches
Pipal.hh
Go to the documentation of this file.
1/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\
2 * Copyright (c) 2025, Davide Stocco and Enrico Bertolazzi. *
3 * *
4 * The Pipal project is distributed under the MIT License. *
5 * *
6 * Davide Stocco Enrico Bertolazzi *
7 * University of Trento University of Trento *
8 * e-mail: davide.stocco@unitn.it e-mail: enrico.bertolazzi@unitn.it *
9\* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
10
11#pragma once
12
13#ifndef INCLUDE_PIPAL_HH
14#define INCLUDE_PIPAL_HH
15
16// Pipal includes
17#include "Pipal/Types.hxx"
18#include "Pipal/Output.hxx"
19#include "Pipal/Problem.hxx"
20#include "Pipal/Solver.hxx"
21#include "Pipal/Acceptance.hxx"
22#include "Pipal/Direction.hxx"
23#include "Pipal/Input.hxx"
24#include "Pipal/Iterate.hxx"
25
26#endif // INCLUDE_PIPAL_HH