MeshKit
1.0
|
#include <IASolverRelaxed.hpp>
Public Member Functions | |
IASolverRelaxed (const IAData *ia_data, IASolution *relaxed_solution, const bool set_silent=true) | |
virtual | ~IASolverRelaxed () |
bool | solve () |
Private Member Functions | |
bool | constraints_satisfied () |
IASolverRelaxed (const IASolverRelaxed &) | |
IASolverRelaxed & | operator= (const IASolverRelaxed &) |
Private Attributes | |
int | p_norm |
const bool | silent |
const bool | debugging |
Definition at line 13 of file IASolverRelaxed.hpp.
IASolverRelaxed | ( | const IAData * | ia_data, |
IASolution * | relaxed_solution, | ||
const bool | set_silent = true |
||
) |
default constructor
Definition at line 15 of file IASolverRelaxed.cpp.
~IASolverRelaxed | ( | ) | [virtual] |
default destructor
Definition at line 23 of file IASolverRelaxed.cpp.
IASolverRelaxed | ( | const IASolverRelaxed & | ) | [private] |
bool constraints_satisfied | ( | ) | [private] |
IASolverRelaxed& operator= | ( | const IASolverRelaxed & | ) | [private] |
bool solve | ( | ) |
Definition at line 25 of file IASolverRelaxed.cpp.
const bool debugging [private] |
Definition at line 43 of file IASolverRelaxed.hpp.
int p_norm [private] |
Definition at line 30 of file IASolverRelaxed.hpp.
const bool silent [private] |
Definition at line 42 of file IASolverRelaxed.hpp.