Working…
This commit is contained in:
9
run_aristotle.py
Executable file
9
run_aristotle.py
Executable file
@@ -0,0 +1,9 @@
|
||||
import asyncio
|
||||
import aristotlelib
|
||||
|
||||
async def main():
|
||||
# Prove a theorem from a Lean file
|
||||
solution_path = await aristotlelib.Project.prove_from_file("/home/kebekus/Mathe/aristotle/Basic.lean")
|
||||
print(f"Solution saved to: {solution_path}")
|
||||
|
||||
asyncio.run(main())
|
||||
Reference in New Issue
Block a user