gpoesia / peano

An environment for learning formal mathematical reasoning from scratch
MIT License
50 stars 5 forks source link

Sohanvichare/domain generator #3

Closed sohanvichare closed 2 years ago

sohanvichare commented 2 years ago

Description

Create the boilerplate for a generator for domains, with working code to generate linear equations. Creates:

  1. a new folder, domains/, which is a python environment (simple requirements.txt env with Python 3.10.4)
  2. a file generate.py which is a command line tool that can currently be used to generate linear equations and has potential to generate equations of any degree

Tests

Tested manually, generated 100 equations and inspected random ones.

Notes