Callable Library
This example illustrates how to setup nonlinear constraints when using SCIP as callable library. The example implements several small models that use specific types of constraints.
- string.c shows how to setup general nonlinear and quadratic constraints
- gastrans.c shows how to setup absolute power constraints
- circle.c shows how to setup second-order-cone constraints
- brachistochrone.c shows how to setup nonlinear constraints
- circlepacking.c shows how to setup quadratic constraints
Installation
See the Install file