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