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
common defines and data types used in all packages of SCIP
int SCIPnlpiGetNTermStat(SCIP_NLPI *nlpi, SCIP_NLPTERMSTAT termstatus)
Definition: nlpi.c:813
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
Definition: struct_nlpi.h:47
data definitions for an NLP solver interface
type definitions for miscellaneous datastructures
type definitions for NLP solver interfaces