Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make a simple command line tool for tilescope. #50

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Conversation

enadeau
Copy link
Member

@enadeau enadeau commented Jan 28, 2020

The two command I made are

$ permscope list --help
usage: permscope list [-h]

List all the strategy pack available

optional arguments:
  -h, --help  show this help message and exit

and

$ permscope tree --help
usage: permscope tree [-h] basis strategy_pack

Search for a tree with for a given permutation class with a given strategy
pack.

positional arguments:
  basis          The basis of the permutation class. The permutation can be 1
                 or 0-based and are separated by an underscore
  strategy_pack  The strategy pack to run. The strategy defines the set of
                 strategy that will be used to expand the universe of
                 combinatorial classes.

optional arguments:
  -h, --help     show this help message and exit

Let me know your suggestion in order to improve the tool before we merge.

@enadeau enadeau changed the base branch from master to develop January 28, 2020 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant