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

graded PR #26

Draft
wants to merge 28 commits into
base: dev
Choose a base branch
from
Draft

graded PR #26

wants to merge 28 commits into from

Conversation

spritezs
Copy link
Collaborator

@spritezs spritezs commented Feb 6, 2025

Changes:

in script: collect_results.py
fixed typo error while lead to a crash

in script: wrapper
changed dict key from 'solverMinTime' to 'minTime'
graded types from 'both' to 'all'
get_results() now returns both score and results, previously returned only score
we now add the 3 new parameters to the dict as well
if runtime is negative, make it positive (couldn't figure out why this was happening)

in script: setup.py
added 3 new parameters to read_config(args)
added parameter type to genSRTimeLimit and to genSolverTimeLimit
added options to parse those 3 parameters

spritezs and others added 28 commits October 15, 2024 16:28
… to specify the problem directory path containing the generator, model, and repair, rather than specifying each individual path. Right now it only works with essence problems but I can easily make it work with mzn problems as well. Only rule is that the problem needs to be called problem.essence, the generator generator.essence, and repair file repair.essence
This reverts commit 3aff897.
…nly need to specify the problem directory path containing the generator, model, and repair, rather than specifying each individual path. Right now it only works with essence problems but I can easily make it work with mzn problems as well. Only rule is that the problem needs to be called problem.essence, the generator generator.essence, and repair file repair.essence"

This reverts commit 9328e76.
@spritezs spritezs requested a review from ndangtt February 6, 2025 14:43
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.

2 participants