Fix the initialisation of Rnd in FlatZinc#2
Merged
Conversation
This commit fixes the passing of the rnd value from main and initialises the default random number generator.
Member
|
The fix itself looks good, however we would also need an entry into the file changelog.in. Cheers Christian |
Contributor
Author
|
@chschulte, sorry for the oversight. I've added a change log entry. I did come across an issue with the |
Member
|
Yep, it is in fact ISO-LATIN. Don't want to touch it, as I do not knows what will happen with the Windows build toolchain. |
Member
|
There was a weird character in the 6.0.0 release date, I just changed it in
develop (I don't think we need to push this to master).
Cheers,
Guido
…On Fri, Mar 9, 2018 at 3:39 AM, Christian Schulte ***@***.***> wrote:
Yep, it is in fact ISO-LATIN. Don't want to touch it, as I do not knows
what will happen with the Windows build toolchain.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AJ7eTEAlE4MAuTocutdnhrGQQ_gw3QMNks5tcV7BgaJpZM4SUN-h>
.
--
*GUIDO TACK*
Senior Lecturer
*Information Technology*
Monash University
Level 6, Room 6.40, Building H, Caulfield Campus
900 Dandenong Road
Caulfield East VIC 3145
Australia
T: +61 3 9903 1214
E: guido.tack@monash.edu
http://users.monash.edu/~guidot/
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This commit fixes the passing of the
rndvalue from main and initialises the default random number generator.This PR is made after some issues of an un-initialised random number generator while developing an
fzn-gecodeextension