19 #include <boost/shared_ptr.hpp>
23 class AcousticProblemModel;
24 class AcousticResultModel;
25 class SolverConfiguration;
Interface class for acoustic models.
virtual ~AcousticModelInterface()
Interface class for solvers.
virtual ~SolverInterface()
virtual bool solve(const tympan::AcousticProblemModel &aproblem, tympan::AcousticResultModel &aresult, tympan::LPSolverConfiguration configuration)=0
Class to describe the acoustic problem.
Contains the results of the model solved.
boost::shared_ptr< SolverConfiguration > LPSolverConfiguration