Questions tagged [scip]

Software package for solving mixed integer linear and nonlinear programming problems and part of the SCIP Optimization Suite. SCIP is distributed under the Apache 2.0 license and its C source code is available.

Mixed integer programming is the task to optimize a linear functional over a polyhedron, where some or all variables are constrained to be integer. The SCIP Optimization suite offers a branch-and-cut implementation, and a standalone implementation of the Simplex algorithm, called SoPlex, to solve linear programming problems.

Furthermore, SCIP comes with a modelling language ZIMPL that aims to ease the task of formulating mixed integer programming problems, a parallel solver called UG, and an implementation of the branch-and-cut-and-price algorithm called GCG.

The SCIP Optimization suite is one of the fastest implementations whose source code is available. It is written in C, but also offers a C++ interface.

<= 03.11.2022:
  • SCIP is free for academic research and can be licensed for commercial use.
>= 04.11.2022:
  • SCIP (as well as SoPlex) is distributed under the Apache 2.0 license.
409 questions
-3
votes
1 answer

Adding constraints to PYSCIPOPT?

I created a model, but having trouble understanding how to list my formulation (retrieve an LP file, list of constraints) and understanding if I entered by Constraint expressions correctly? The optimization works in PULP but not with PYSCIPOPT. …
-3
votes
1 answer

How do I create a *.zpl file using zimpl?

how do I create a file of the form .zpl to be used with SCIP? Do I write my problem in a notepad and save it as .zpl?
Florence
  • 29
  • 6
-3
votes
1 answer

SCIP using Matlab interface

I am trying to use SCIP 3.1.1 along with Matlab in Windows environment When I run the installscip.m file I get the prompt message that interface Library folder is missing. /lib/liblpispx. Can anyone please guide me what step did I skip?
SVSVS
  • 1
  • 3
-3
votes
1 answer

Building TSP example with IPOPT

I am trying to develop relaxation handler for a nonlinear problem. I want to take the TSP example and modify it. So first, I want to build the TSP problem with ipopt. I downloaded scipoptsuite 3.1.0 and Ipopt 3.11.9. I have build scip with ipopt,…
BeDutra
  • 125
  • 5
1 2 3
27
28