Ipopt
3.11.4
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
contrib
sIPOPT
src
SensUtils.hpp
Go to the documentation of this file.
1
// Copyright 2009, 2011 Hans Pirnay
2
// All Rights Reserved.
3
// This code is published under the Eclipse Public License.
4
//
5
// Date : 2009-05-14
6
7
8
#ifndef __SENSCUTILS_HPP__
9
#define __SENSCUTILS_HPP__
10
11
#include "
IpUtils.hpp
"
12
#include <string>
13
#include "
IpAlgTypes.hpp
"
14
#include "
IpReturnCodes.hpp
"
15
16
namespace
Ipopt
17
{
18
22
enum
SensAlgorithmExitStatus
{
23
SOLVE_SUCCESS
,
24
FATAL_ERROR
25
};
26
27
Index
AsIndexMax
(
Index
length,
const
Index
*
x
,
Index
Incr);
28
29
Index
AsIndexSum
(
Index
length,
const
Index
*
x
,
Index
Incr);
30
31
void
append_Index
(std::string& str,
Index
idx);
32
33
SolverReturn
AppReturn2SolverReturn
(
ApplicationReturnStatus
ipopt_retval);
34
}
35
36
#endif
Generated on Mon Oct 21 2013 19:08:14 for Ipopt by
1.8.4