pub_misc_nonlinear.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
37 /** returns the right-hand side of an arbitrary SCIP constraint that can be represented as a single nonlinear constraint
39 * @note The success pointer indicates if the individual contraint handler was able to return the involved values
47 /** returns the left-hand side of an arbitrary SCIP constraint that can be represented as a single nonlinear constraint
49 * @note The success pointer indicates if the individual contraint handler was able to return the involved values
Definition: struct_scip.h:59
Definition: struct_var.h:198
type definitions for return codes for SCIP methods
Definition: struct_cons.h:37
SCIP_RETCODE SCIPconsNonlinearAddLinearCoef(SCIP *scip, SCIP_CONS *cons, SCIP_VAR *var, SCIP_Real val)
Definition: misc_nonlinear.c:125
type definitions for problem variables
SCIP_Real SCIPconsNonlinearGetRhs(SCIP *scip, SCIP_CONS *cons, SCIP_Bool *success)
Definition: misc_nonlinear.c:36
SCIP_Real SCIPconsNonlinearGetLhs(SCIP *scip, SCIP_CONS *cons, SCIP_Bool *success)
Definition: misc_nonlinear.c:82
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33
type definitions for constraints and constraint handlers