Skip to content

ZIB Backend

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.