Changes in the last month - on windows this time

Hello all,

I have bumped the gflags version to 2.1.1 on windows too.
The immediate consequence is that you need cmake to build third_party dependencies on windows.

So, please go to http://www.cmake.org/download/ and install the windows version.
cmake.exe needs to be in the PATH such that make third_party can find it.

Thanks

PS: This is done on the github repository. Please consider the one on code.google.com to be obsolete.


Comments

  1. I've been experimenting with or-tools for a university project - you've done some great work with it! Specifically, I'm looking at the pick up and delivery problem and was wondering if there is a way to enforce order (precedence constraint) on pick up and delivery nodes (ie. pick up nodes always coming before delivery nodes in the solution). I'm wondering if there's a way of using simple constraints rather than using a time dimension. In the docs for AddPickupAndDelivery (https://or-tools.googlecode.com/svn/trunk/documentation/user_manual/manual/tsp/model_behind_scenes_overview.html#pick-up-and-delivery-constraints) it explicitly mentions that it doesn't specify order - is there a way to do this?

    ReplyDelete

Post a Comment

Popular posts from this blog

Linking glpk with or-tools on unix

Changing the way we link with SCIP

Heads up, upcoming incompatibility in the CP/Routing library