Artifact b44a93cb60e1174ff3ca39e193fadb9baa283db563551c553376b0382f8dc364:



#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);

};
   


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]