SaveModel
virtual bool SaveModel(const char* fileName) = 0;
bool SaveModel(const char* fileName);
return fSolver->SaveModel(fileName) == B_OK;