pub_nlpi.h
Go to the documentation of this file.
32 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
110 * If parameter `timing/nlpieval` is off (the default), depending on the NLP solver, this may just return 0.
146 /* If NDEBUG is defined, the function calls are overwritten by defines to reduce the number of function calls and
type definitions for miscellaneous datastructures
data definitions for an NLP solver interface
void SCIPnlpiMergeStatistics(SCIP_NLPI *targetnlpi, SCIP_NLPI *sourcenlpi, SCIP_Bool reset)
Definition: nlpi.c:833
int SCIPnlpiGetNSolStat(SCIP_NLPI *nlpi, SCIP_NLPSOLSTAT solstatus)
Definition: nlpi.c:823
int SCIPnlpiGetNTermStat(SCIP_NLPI *nlpi, SCIP_NLPTERMSTAT termstatus)
Definition: nlpi.c:813
common defines and data types used in all packages of SCIP
type definitions for NLP solver interfaces
Definition: struct_nlpi.h:46