Skip to content

paulodder/QuantifierComplexity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Install requirements see requirements.txt (use python3.7)

This repo uses dotenv, make sure to set PROJECT_DIR in .env so that it points to the path to the directory of this repo on your machine.

Usage

Generating expressions

In order to generate expressions for a given set of settings, use src/generate_expressions.py

python src/generate_expressions.py  --max_model_size 8 --max_expression_length 6 --json_setup Logical_index.json

The script will store the results under PROJECT_DIR/results/ by default (but this behaviour can be changed by setting RESULTS_DIR_RELATIVE in .env).

For more detailed documentation see https://paulodder.github.io/QuantifierComplexity/index.html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published