CONOPT
Loading...
Searching...
No Matches
defines.h
Go to the documentation of this file.
1/*****************************************************************************/
2/* File: defines.h */
3/* Version 4.27 */
4/* CONOPT header file to be used internally in CONOPT defining the calling */
5/* conventions used inside the CONOPT library / DLL / shared object. */
6/* */
7/* Copyright (C) 1995-2024 GAMS Software GmbH */
8/* Copyright (C) 1995-2024 GAMS Development Corporation */
9/* All Rights Reserved. */
10/* */
11/* THIS MATERIAL IS CONSIDERED A TRADE SECRET. */
12/* UNAUTHORIZED ACCESS, USE, REPRODUCTION OR DISTRIBUTION IS PROHIBITED. */
13/*****************************************************************************/
14
15#ifndef _DEFINES_H_
16#define _DEFINES_H_
17
18#define CONOPT_INF 1e+20
19
34
50
56enum class ConoptSense
57{
58 Minimize = -1,
60};
61
62
79
91
92#endif // _DEFINES_H_
ConoptObjectiveElement
the element that is used for the objective function
Definition defines.h:46
ConoptSense
the objective sense
Definition defines.h:57
ConoptConstraintType
the constraint type
Definition defines.h:28
ConoptSDEvaluationType
the evaluation type for the directional second derivatives
Definition defines.h:86
ConoptVerbosityLevel
the verbosity level of the message handler
Definition defines.h:71