ObiBackend

July 28, 2023 ยท View on GitHub

from tdw.obi_data.obi_backend import ObiBackend

Obi solver backends.

ValueDescription
The optimized backend. You should almost always use this.
burst
The unoptimized legacy backend. This should only be used for ongoing projects. It doesn't work on Apple Silicon.
oni