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

Public Methods | |
| Solver (Problem *problem) | |
| A constructor that initializes data members. | |
| virtual | ~Solver () | 
| Empty destructor. | |
Public Attributes | |
| string | FilePath | 
| The directory in which all files for a problem will be stored. | |
| 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.  |