Skip to content

ZIB

The Zuse Institute Berlin (ZIB) is a research institute in Germany, named after computing pioneer Konrad Zuse. Among its most notable contributions is SCIP, one of the world's fastest freely available solvers for mixed-integer programming and constraint programming, which is accessible through the ZIB backend.

Running on Luna Servers

This classical backend runs on Luna servers.

Initialization

Python
from luna_quantum.solve.parameters.backends.zib import ZIB

backend = ZIB()

Usage

Python
from luna_quantum.backends import ZIB

backend = ZIB()