Imfil.hpp
Go to the documentation of this file.
1
#ifndef MANGO_IMFIL_H
2
#define MANGO_IMFIL_H
3
4
#include "
Package_mango.hpp
"
5
#include "
Solver.hpp
"
6
7
namespace
mango
{
8
class
Imfil
:
public
Algorithm
{
9
10
public
:
11
Imfil
(
Solver
*);
12
void
solve
();
13
};
14
}
15
16
#endif
mango::Imfil::Imfil
Imfil(Solver *)
Definition:
Imfil.cpp:5
mango::Imfil
Definition:
Imfil.hpp:8
mango::Imfil::solve
void solve()
Definition:
Imfil.cpp:9
Solver.hpp
mango::Algorithm
Definition:
Package_mango.hpp:43
Package_mango.hpp
mango
This C++ namespace contains everything related to MANGO.
Definition:
Imfil.hpp:7
mango::Solver
Definition:
Solver.hpp:31