Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/algorithmicsuperintelligence/optillm
/ solve
Method
solve
optillm/rstar.py:346–350 ·
view source on GitHub ↗
Synchronous wrapper for solve_async method.
(self, question: str)
Source
from the content-addressed store, hash-verified
344
return
""
, 0.0
345
346
def
solve(self, question: str) -> str:
347
""
"
348
Synchronous wrapper
for
solve_async method.
349
""
"
350
return
asyncio.run(self.solve_async(question))
Callers
3
test_complex_class_based_approaches_logging
Method · 0.95
execute_single_approach
Function · 0.95
run
Function · 0.95
Calls
1
solve_async
Method · 0.95
Tested by
1
test_complex_class_based_approaches_logging
Method · 0.76