We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please change the signature of the Channel constructor from
Channel
Channel(IntVar x, Map<Integer,IntVar> bs)
to
Channel(IntVar x, Map<Integer,? extends IntVar> bs)
This would make it possible to use the Channel constraint with variables that are expressed as subclasses of IntVar.
IntVar
The text was updated successfully, but these errors were encountered:
Fixed, will be available in the next release.
Sorry, something went wrong.
Thanks!
Fix of an issue #44 from sourceforge and improving checkstyle warnings.
99351f0
No branches or pull requests
Please change the signature of the
Channel
constructor fromto
This would make it possible to use the Channel constraint with variables that are expressed as subclasses of
IntVar
.The text was updated successfully, but these errors were encountered: