This class is used during the writing process of a primal value tape. The WriteInfo is returned by codi::PrimalValueBaseTape::statementGetWriteInformation method. More...
#include <tapeReaderWriterInterface.hpp>
Public Attributes | |
std::string | mathRepresentation |
size_t | numberOfActiveArguments |
Number of active arguments. | |
size_t | numberOfConstantArguments |
Number of constant arguments. | |
std::string | stmtExpression |
Used to generate a .hpp file for reading back a primal value tape. | |
This class is used during the writing process of a primal value tape. The WriteInfo is returned by codi::PrimalValueBaseTape::statementGetWriteInformation method.
std::string codi::WriteInfo::mathRepresentation |
The math representation of a statement used in codi::PrimalValueGraphWriter and in the codi::MathRepWriter.