|
MeshKit
1.0
|
#include <IASolver.hpp>

Public Member Functions | |
| IASolver (IAData *ia_data, IASolution *ia_solution) | |
| virtual | ~IASolver () |
| bool | solve () |
Private Member Functions | |
| bool | solve_relaxed () |
| bool | solve_int () |
| bool | solve_even () |
| double | sum_even_value (int i) |
| IASolver (const IASolver &) | |
| IASolver & | operator= (const IASolver &) |
Private Attributes | |
| const bool | debugging |
Definition at line 16 of file IASolver.hpp.
| IASolver | ( | IAData * | ia_data, |
| IASolution * | ia_solution | ||
| ) |
default constructor
Definition at line 22 of file IASolver.cpp.
| ~IASolver | ( | ) | [virtual] |
default destructor
Definition at line 29 of file IASolver.cpp.
| bool solve | ( | ) |
Definition at line 64 of file IASolver.cpp.
| bool solve_even | ( | ) | [private] |
Definition at line 57 of file IASolver.cpp.
| bool solve_int | ( | ) | [private] |
Definition at line 49 of file IASolver.cpp.
| bool solve_relaxed | ( | ) | [private] |
Definition at line 32 of file IASolver.cpp.
| double sum_even_value | ( | int | i | ) | [private] |
const bool debugging [private] |
Definition at line 43 of file IASolver.hpp.