MeshKit  1.0
IASolverRelaxed Class Reference

#include <IASolverRelaxed.hpp>

Inheritance diagram for IASolverRelaxed:

List of all members.

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 &)
IASolverRelaxedoperator= (const IASolverRelaxed &)

Private Attributes

int p_norm
const bool silent
const bool debugging

Detailed Description

Definition at line 13 of file IASolverRelaxed.hpp.


Constructor & Destructor Documentation

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]

Member Function Documentation

bool constraints_satisfied ( ) [private]
IASolverRelaxed& operator= ( const IASolverRelaxed ) [private]
bool solve ( )

Definition at line 25 of file IASolverRelaxed.cpp.


Member Data Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines