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

Release 0.3.9 #2

Merged
merged 12 commits into from Mar 11, 2015
Merged

Release 0.3.9 #2

merged 12 commits into from Mar 11, 2015

Conversation

mantkiew
Copy link
Member

Added the following options to the command line interface.

  • --search PreferSmallerInstances - the solver tries to find smaller instances.
  • --search PreferLargerInstances - the solver tries to find larger instances.
  • --search Random - the solver tries to find instances randomly. Each solution is NOT equally likely (i.e. not uniform distribution). Expect duplicate solutions. REQUIRES --n option to terminate.

Do not merge as it does not compile. See comment below.

JLiangWaterloo and others added 5 commits September 15, 2014 23:46
…h PreferLargerInstances" or "--search Random" as a command line argument.
…hout versions

That's needed for SublimeREPL, so that it does not need to update
commands for each version.
@mantkiew mantkiew added this to the 0.3.7 milestone Oct 24, 2014
@mantkiew mantkiew self-assigned this Oct 24, 2014
@JLiangWaterloo
Copy link
Member

Should we merge the search-strategy branch as part of this release? It adds a "--search" option which allows for a random search strategy.

@mantkiew
Copy link
Member Author

Sure, if you think it's safe and ready. It would be very good to release it. Pls. Make a pull request to merge the strategy branch into develop first. It serves as an excellent record of changes. You can write a short description of how it works as well. Thanks, Michal From: Jimmy LiangSent: Saturday, October 25, 2014 3:41 PMTo: gsdlab/ClaferChocoIGReply To: gsdlab/ClaferChocoIGCc: Michal AntkiewiczSubject: Re: [ClaferChocoIG] Release 0.3.7 (#2)Should we merge the search-strategy branch as part of this release? It adds a "--search" option which allows for a random search strategy.

—Reply to this email directly or view it on GitHub.
{"@context":"http://schema.org","@type":"EmailMessage","description":"View this Pull Request on GitHub","action":{"@type":"ViewAction","url":"https://github.com/gsdlab/ClaferChocoIG/pull/2#issuecomment-60494926","name":"View Pull Request"}}

@mantkiew
Copy link
Member Author

Jimmy, they don't want to release the 3.2.2-SNAPSHOT in the maven repository

see here

chocoteam/choco-solver#230 (comment)

They'll revert back to the 3.2.1 as the current release. I am not sure
whether it impacts the chocosolver project. Do we need the 3.2.2-SNAPSHOT?

Michal

On Sat, Oct 25, 2014 at 4:37 PM, mantkiew@gsd.uwaterloo.ca wrote:

Sure, if you think it's safe and ready. It would be very good to release
it.

Pls. Make a pull request to merge the strategy branch into develop first.
It serves as an excellent record of changes. You can write a short
description of how it works as well.

Thanks, Michal

*From: *Jimmy Liang
*Sent: *Saturday, October 25, 2014 3:41 PM
*To: *gsdlab/ClaferChocoIG
*Reply To: *gsdlab/ClaferChocoIG
*Cc: *Michal Antkiewicz
*Subject: *Re: [ClaferChocoIG] Release 0.3.7 (#2)

Should we merge the search-strategy branch as part of this release? It
adds a "--search" option which allows for a random search strategy.


Reply to this email directly or view it on GitHub
#2 (comment).

Michal Antkiewicz, M.Sc., Ph.D
Research Engineer
Network for the Engineering of Complex Software-Intensive Systems (NECSIS)

University of Waterloo
http://gsd.uwaterloo.ca/mantkiew
mantkiew@gsd.uwaterloo.ca

@mantkiew
Copy link
Member Author

btw. the 'search-strategy' branch is not yet pushed to github.

M.

On Mon, Oct 27, 2014 at 3:50 PM, Michal Antkiewicz <
mantkiew@gsd.uwaterloo.ca> wrote:

Jimmy, they don't want to release the 3.2.2-SNAPSHOT in the maven
repository

see here

chocoteam/choco-solver#230 (comment)

They'll revert back to the 3.2.1 as the current release. I am not sure
whether it impacts the chocosolver project. Do we need the 3.2.2-SNAPSHOT?

Michal

On Sat, Oct 25, 2014 at 4:37 PM, mantkiew@gsd.uwaterloo.ca wrote:

Sure, if you think it's safe and ready. It would be very good to release
it.

Pls. Make a pull request to merge the strategy branch into develop first.
It serves as an excellent record of changes. You can write a short
description of how it works as well.

Thanks, Michal

*From: *Jimmy Liang
*Sent: *Saturday, October 25, 2014 3:41 PM
*To: *gsdlab/ClaferChocoIG
*Reply To: *gsdlab/ClaferChocoIG
*Cc: *Michal Antkiewicz
*Subject: *Re: [ClaferChocoIG] Release 0.3.7 (#2)

Should we merge the search-strategy branch as part of this release? It
adds a "--search" option which allows for a random search strategy.


Reply to this email directly or view it on GitHub
#2 (comment).

Michal Antkiewicz, M.Sc., Ph.D
Research Engineer
Network for the Engineering of Complex Software-Intensive Systems (NECSIS)

University of Waterloo
http://gsd.uwaterloo.ca/mantkiew
mantkiew@gsd.uwaterloo.ca

Michal Antkiewicz, M.Sc., Ph.D
Research Engineer
Network for the Engineering of Complex Software-Intensive Systems (NECSIS)

University of Waterloo
http://gsd.uwaterloo.ca/mantkiew
mantkiew@gsd.uwaterloo.ca

@mantkiew mantkiew modified the milestones: 0.3.9, 0.3.7 Mar 6, 2015
@mantkiew mantkiew changed the title Release 0.3.7 Release 0.3.9 Mar 6, 2015
@mantkiew
Copy link
Member Author

mantkiew commented Mar 6, 2015

It fails to build due to API change on the chocosolver side. Maven error report

[ERROR] C:\projects\master-0.3.9\ClaferChocoIG\src\main\java\Utils.java:[201,54] error: cannot find symbol
[ERROR] symbol:   method getType()
[ERROR] location: class Object
[ERROR] C:\projects\master-0.3.9\ClaferChocoIG\src\main\java\Utils.java:[202,37] error: cannot find symbol
[ERROR] symbol:   method getValue()
[ERROR] location: class Object
[ERROR] C:\projects\master-0.3.9\ClaferChocoIG\src\main\java\Utils.java:[203,37] error: cannot find symbol
[ERROR] symbol:   method getType()
[ERROR] location: class Object
[ERROR] C:\projects\master-0.3.9\ClaferChocoIG\src\main\java\Utils.java:[203,81] error: cannot find symbol
[ERROR] -> [Help 1]

mantkiew added a commit that referenced this pull request Mar 11, 2015
@mantkiew mantkiew merged commit 4fd54a1 into master Mar 11, 2015
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.

None yet

3 participants