All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Nlpi Struct Reference Detailed DescriptionNLP interface data Definition at line 35 of file struct_nlpi.h.
Member Function Documentation
copy an NLPI
free NLPI user data
get solver pointer
create a new problem instance
free a problem instance
get problem pointer
add variables to a problem
add constraints to a problem
set objective of a problem
change variable bounds in a problem
change constraint sides in a problem
delete a set of variables from a problem
delete a set of constraints from a problem
change coefficients in linear part of a constraint or objective
change coefficients in quadratic part of a constraint or objective
change nonlinear expression a constraint or objective
change one parameter in nonlinear expressions of a constraint or objective
change the constant offset in the objective
set initial guess for primal variables in a problem
solve a problem
get solution status for a problem
get termination status for a problem
get solution of a problem
get solve statistics for a problem
get size for warmstart object buffer for a problem
get warmstart object for a problem
set warmstart object for a problem
get value of integer parameter in a problem
set value of integer parameter in a problem
get value of floating point parameter in a problem
set value of floating point parameter in a problem
get value of string parameter in a problem
set value of string parameter in a problem
set message handler Field Documentation
description of NLP solver Definition at line 38 of file struct_nlpi.h. Referenced by SCIPnlpiGetDesc().
priority of NLP interface Definition at line 39 of file struct_nlpi.h. Referenced by SCIPnlpiGetPriority(), and SCIPnlpiSetPriority().
NLP interface local data Definition at line 74 of file struct_nlpi.h. Referenced by SCIPnlpiGetData(). |