-
Notifications
You must be signed in to change notification settings - Fork 1
New problems #9
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
New problems #9
Conversation
Could you please demonstrate how to adapt the new module structure regarding the tests? We will be able to throw most of the original parser tests away, as it makes sense to write generic tests for specific It would be nice (and sufficient) if you could adapt a few of the old tests for the verifier of the |
all problems are updated now. Note that they use features from the open PRs in Algobattle since they all seem pretty straightforward, but I'm happy to change them and this repo if you want |
Thank you, the only thing left to do is to update the CI workflow, then I would merge this into the |
Updated them, you need to manually approve them to run |
Thank you, I have also adjusted workflows to be manually triggered only for new Accounts. |
Adjusts the pairsum and biclique problem to work with the new Problem classes. Note that I didn't modify the docs for the biclique problem so they now are massively inaccurate.