-
Notifications
You must be signed in to change notification settings - Fork 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
Use Open WBO totalizer encoding for At Most One constraints #26
Open
sukrutrao
wants to merge
34
commits into
master
Choose a base branch
from
totalizer
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
a5855f9
Use Open-WBOs Totalizer encoding for at most 1 constraint
sukrutrao c004b2f
Merge branch 'development' of github.com:GoodDeeds/Timetabler into de…
sukrutrao a86e126
Merge branch 'development' of github.com:GoodDeeds/Timetabler into de…
prateekkumarweb e5c7f57
Fix compiler error
prateekkumarweb f25a078
Use customized totalizer encoding based off OpenWBO
sukrutrao 1da2314
Merge branch 'master' into totalizer
prateekkumarweb dea0f8b
Merge branch 'master' into totalizer
prateekkumarweb d2249c9
Merge branch 'master' into totalizer
prateekkumarweb b641830
Fix bug, minor improvements
prateekkumarweb 0b0cbf7
Merge branch 'master' into bugfix
sukrutrao 0a1b7b4
Use logger to indicate completed parsing
sukrutrao 03dc6cc
Reset variables in custom_parser: constraint_expr
prateekkumarweb 0a29355
Merge branch 'bugfix' of github.com:GoodDeeds/Timetabler into bugfix
prateekkumarweb c863bb7
yaml-cpp: Do not build unnecessary tools
prateekkumarweb 402552b
snap: Fix issue with accessing home folder
prateekkumarweb c9c1f13
snap: Fix deprecated warning
prateekkumarweb d7cd72a
constraint_adder: unbundle some of the predefined constraints
prateekkumarweb f2d3859
Wrap custom parser grammar in namespace
prateekkumarweb e226f3f
doxygen: generate docs for custom constraint grammar
prateekkumarweb fdc5d46
doxygen: Add documentation of some of the undocumented functions
prateekkumarweb 5737962
Predefined Constraint: Add high level vars for each course
prateekkumarweb c8b1d77
cmake: Add -Wpedantic flag
prateekkumarweb 2885211
Change MinorType to enum class (also fixes isMinor bug)
prateekkumarweb 2fec7b7
Parser: CSV Parser program Core/Elective/No
prateekkumarweb 86478f6
Generate version number from git
prateekkumarweb 9c552fe
Run gen_version.sh inside cmake
prateekkumarweb 70cd9b2
Merge branch 'bugfix' into totalizer
prateekkumarweb 95d4066
Fix compiling issue in src/totalizer.cpp
prateekkumarweb 6440035
gen_version.sh: Disable print of version
prateekkumarweb 045526a
snap: Fix version number in snap
prateekkumarweb 8321fde
install_dependencies.sh: Update folder names to not contain version
prateekkumarweb 0843e50
snap: Speed up dependency installation, fix version
prateekkumarweb 0cf3353
Merge branch 'bugfix' into totalizer
prateekkumarweb b9ccec8
Fix hasEncoding in Totalizer build
prateekkumarweb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GoodDeeds please check if this change is appropriate.
The issue was that when RHS is equal to lits.size(),
hasEncoding
was false and update step failed(Line 179).