Official Python SDK with full type safety, async support, and Pythonic interface
--pre
flag is currently required as the package is in pre-release status.sync_solve()
- Synchronous solving for smaller problemssolve()
- Asynchronous solving for larger problemsget_status()
- Check job statusget_solution()
- Retrieve solutionevaluate()
- Evaluate an existing solutionsuggest()
- Get improvement suggestionsexplain()
- Get detailed explanationsdemo()
- Get a demo request for testingsolve()
method to avoid timeouts.