Artifact b44a93cb60e1174ff3ca39e193fadb9baa283db563551c553376b0382f8dc364:
- File mttroot/mtt/lib/cc/mtt_Reduce_Solver.hh — part of check-in [6e5926c3aa] at 2001-06-05 03:20:40 on branch origin/numerical-algebraic-solution — added -ae option to select algebraic equation solution method. (user: geraint@users.sourceforge.net, size: 390) [annotate] [blame] [check-ins using] [more...]
#include "mtt_Solver.hh" class Reduce_Solver : public Solver { // Dummy class // This will not be used unless the Reduce solver has failed earlier // in the model build process public: Reduce_Solver (sys_ae ae, const int npar, const int nu, const int nx, const int ny, const int nyz) : Solver (ae,npar,nu,nx,ny,nyz) { ; }; void Solve (void); };