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

Add extra options specific to a solver #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jadinm
Copy link

@jadinm jadinm commented Mar 11, 2019

This PR adds an extra option to Repetita: '--extra '
This gives the path to a JSON file containing a dictionary.
This dictionary sets values for some options that are specific to a
particular solver.

For instance, one extra option is introduced for defoCP and SRLS.
This argument controls the maximum number of intermediate segments
that these solvers can use.

This fixes issue #7

'--extra <filepath>' option is introduced.
This gives the path to a json file containing a dictionary.
This dictionary sets values for options that are specific to a
particular solver.

For instance, one extra option is introduced for defoCP and SRLS.
This argument controls the maximum number of intermediate segments
that these solvers can use.

This fixes Issue svissicchio#7
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