Skip to content

ZIB Backend

The Zuse Institute Berlin (ZIB) is a prestigious research institute in Germany specializing in applied mathematics and computer science, with a strong focus on optimization, numerical analysis, and high-performance computing. Founded in 1984 and named after computing pioneer Konrad Zuse, ZIB collaborates closely with academic institutions and industry partners to develop cutting-edge algorithms and software tools. Among its most notable contributions is SCIP, one of the world's fastest solvers for mixed-integer programming and constraint programming, widely used in research and industry for solving complex optimization problems.

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

Initialize the ZIB backend with:

from luna_quantum.solve.parameters.backends import ZIB

backend = ZIB()

API-Reference

ZIB

Bases: IBackend

Configuration class for the ZIB backend.

provider property

provider: str

Retrieve the name of the provider.

Returns:

Type Description
str

The name of the provider.