MCPcopy 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

execute_single_approachFunction · 0.95
runFunction · 0.95

Calls 1

solve_asyncMethod · 0.95