Scippy

SCIP

Solving Constraint Integer Programs

type_nlp.h File Reference

Detailed Description

type definitions for NLP management

Author
Thorsten Gellermann
Stefan Vigerske

Definition in file type_nlp.h.

Go to the source code of this file.

Typedefs

typedef struct SCIP_NlRow SCIP_NLROW
 
typedef struct SCIP_Nlp SCIP_NLP
 

Typedef Documentation

◆ SCIP_NLROW

typedef struct SCIP_NlRow SCIP_NLROW

nonlinear row of an NLP

Definition at line 31 of file type_nlp.h.

◆ SCIP_NLP

typedef struct SCIP_Nlp SCIP_NLP

current NLP data

Definition at line 32 of file type_nlp.h.