Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 341 Bytes

obi_backend.md

File metadata and controls

12 lines (9 loc) · 341 Bytes

ObiBackend

from tdw.obi_data.obi_backend import ObiBackend

Obi solver backends.

Value Description
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