A Machine-to-Machine Interaction Interface for Lean 4
Go to file
Leni Aniva 8abe689a0a
fix: Make search work with automatic mode
2024-09-13 17:54:11 -07:00
examples doc: Update jupyter notebook 2024-09-09 19:28:35 -07:00
examples_search feat: Set lower parameters for search 2024-06-05 15:23:18 -07:00
pantograph fix: Make search work with automatic mode 2024-09-13 17:54:11 -07:00
src@bec84f857b chore: Library update 2024-09-09 18:49:35 -07:00
.gitignore Merge branch 'main' into dev 2024-09-06 22:34:48 -07:00
.gitmodules add conv_sgl tests 2024-05-20 00:02:33 -07:00
LICENSE Initial commit 2024-04-11 12:37:58 -07:00
README.md fix: Make search work with automatic mode 2024-09-13 17:54:11 -07:00
build.py feat: Automatic mode (for the gym experience) 2024-09-06 22:26:37 -07:00
poetry.lock Merge branch 'frontend/collect-holes' into search 2024-09-13 17:14:20 -07:00
pyproject.toml Merge branch 'frontend/collect-holes' into search 2024-09-13 17:14:20 -07:00

README.md

PyPantograph

Python interface to the Pantograph library

Getting started

Update submodule

git submodule update --init

Install dependencies

poetry install

Execute

poetry build

To run server tests:

python -m pantograph.server
python -m pantograph.search

The tests in pantograph/server.py also serve as simple interaction examples

Examples

See examples/README.md

Referencing

@misc{pantograph,
	title = "Pantograph, A Machine-to-Machine Interface for Lean 4",
	author = {Aniva, Leni and Miranda, Brando and Sun, Chuyue},
	year = 2024,
	howpublished = {\url{https://github.com/lenianiva/PyPantograph}}
}