
#include <solver.h>
Inheritance diagram for Solver:

Public Methods | |
| Solver (Problem *problem) | |
| A constructor that initializes data members. More... | |
| virtual | ~Solver () |
| Empty destructor. More... | |
Public Attributes | |
| string | FilePath |
| The directory in which all files for a problem will be stored. More... | |
| Problem * | P |
| An instance of problem, which defines all of the problem-specific methods needed for solvers. More... | |
|
|
A constructor that initializes data members.
|
|
|
Empty destructor.
|
|
|
The directory in which all files for a problem will be stored.
|
|
|
An instance of problem, which defines all of the problem-specific methods needed for solvers. This includes incremental simulation and collision detection. |