COPASI API
4.16.103
|
#include <string>
#include "copasi.h"
#include "CMCAProblem.h"
#include "CMCATask.h"
#include "CSteadyStateTask.h"
#include "CopasiDataModel/CCopasiDataModel.h"
#include "report/CCopasiRootContainer.h"
#include "model/CModel.h"
#include "model/CState.h"
#include "report/CKeyFactory.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const CMCAProblem &o) |
std::ostream& operator<< | ( | std::ostream & | os, |
const CMCAProblem & | o | ||
) |
Output stream operator. Prints description of the problem incl. the subtask
ostream | & os |
const | CMCAProblem & A |
Definition at line 185 of file CMCAProblem.cpp.
References CCopasiTask::getDescription(), CMCAProblem::getSubTask(), CMCAProblem::isSteadyStateRequested(), and CCopasiTask::CDescription::print().