-
Notifications
You must be signed in to change notification settings - Fork 16
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
Warehouse / aircraft landing in loco #17
Comments
These seem like they would have straightforward solutions to Loco. In the Choco examples, they always put some kind of bound on the thing they are optimizing. It doesn't have to be a particularly tight bound, but it needs some kind of upper/lower bound. Loco can sometimes do that automatically for you for arithmetic expressions, for example: http://programming-puzzler.blogspot.com/2014/03/optimization-with-loco.html Also, see: http://programming-puzzler.blogspot.com/2014/03/appointment-scheduling-in-clojure-with.html |
Thanks for the feedback. I looked at both articles which were very helpful, but the general challenge outlined in original issue still escapes me. I have posted an example of the problem on stackoverflow here. There is even a bounty :-) |
I answered on stackoverflow. |
Thanks.
On Sat, Jul 15, 2017, 08:12 Mark Engelberg ***@***.***> wrote:
I answered on stackoverflow.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#17 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD6XOfPleCsX41vfQK9yioQPbwqpMJkks5sOFhngaJpZM4ONisn>
.
--
Martin Clausen
Mob. +45 61 55 50 95
<https://www.vyte.in/martin.clausen>
|
How would one go about solving the Choco warehouse/aircraft landing problems using loco? http://choco-tuto.readthedocs.io/en/latest/src/501.description.html http://choco-tuto.readthedocs.io/en/latest/src/401.description.html
In general what would be the strategy for finding maximizing / minimizing solutions based on a value which is not itself constrained, eg. a cost associated with a variable having a certain value?
The text was updated successfully, but these errors were encountered: