Bonmin 1.8.9
Loading...
Searching...
No Matches
BonFilterTypes.hpp
Go to the documentation of this file.
1#ifndef BonFilterTypes_H
2#define BonFilterTypes_H
3#include "IpoptConfig.h"
4namespace FilterTypes {
6 typedef FORTRAN_INTEGER_TYPE fint;
8 typedef double real;
9}
10#endif
double real
Fortran type for double.used in filter.
FORTRAN_INTEGER_TYPE fint
Fortran type for integer used in filter.