Scippy

SCIP

Solving Constraint Integer Programs

Callable Library Example
Author
Stefan Vigerske

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