COPASI API
4.16.103
|
#include <string>
#include <sstream>
#include "copasi.h"
#include "CSensProblem.h"
#include "CopasiDataModel/CCopasiDataModel.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const CSensProblem &o) |
std::ostream& operator<< | ( | std::ostream & | os, |
const CSensProblem & | o | ||
) |
Output stream operator. Prints description of the problem
ostream | & os |
const | Problem & A |
Definition at line 612 of file CSensProblem.cpp.
References CSensProblem::getNumberOfVariables(), CCopasiObject::getObjectDataModel(), CSensProblem::getSubTaskType(), CSensProblem::getTargetFunctions(), CSensProblem::getVariables(), CSensItem::print(), and CSensProblem::SubTaskName.