Ipopt  3.12.12
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Enumerations | Functions
SensUtils.hpp File Reference
#include "IpUtils.hpp"
#include <string>
#include "IpAlgTypes.hpp"
#include "IpReturnCodes.hpp"

Go to the source code of this file.

Namespaces

 Ipopt
 

Enumerations

enum  Ipopt::SensAlgorithmExitStatus { Ipopt::SOLVE_SUCCESS, Ipopt::FATAL_ERROR }
 This header file provides some definitions used throughout the program. More...
 

Functions

Index Ipopt::AsIndexMax (Index length, const Index *x, Index Incr)
 
Index Ipopt::AsIndexSum (Index length, const Index *x, Index Incr)
 
void Ipopt::append_Index (std::string &str, Index idx)
 
SolverReturn Ipopt::AppReturn2SolverReturn (ApplicationReturnStatus ipopt_retval)