Changes to or-tools, binary archives and visual studio 2010.

Hello,

A few news:

Visual studio 2010 will soon be deprecated. Everybody can install the visual studio 2012 express which is free. I really like c++11 loops too much.

As the download part of code.google.com has been deprecated. I have changed the way binary archives and documentation are stored. I have created a view only shared drive account where I will copy the binaries I have built.

The links are accessible from the code.google.com page. Here they are: documentation and binary archives.

I have copied there up to date unix archives for python, java, and .NET. Windows archive will follow soon.

Furthermore, I am introducing new experimental archives for C++ content. I have regrouped all libraries into a single one, copied all include files into a single include directory, and added a new Makefile to compile the C++ examples. Please give it a try. Currently, I have build the linux64 archive, but I will create and debug the mac, and windows archives later.

Finally, everybody can use the commands to create the archives. The makefile target are cc_archive, python_archive, java_archive, and dotnet_archive.

Many thanks

Comments

  1. Bonjour Laurent,

    Say I want to compile the cvrptw.cc example (http://or-tools.googlecode.com/svn/trunk/documentation/reference_manual/or-tools/examples/cpp/cvrptw_8cc-source.html), which uses the routing libraries, using the new library. How can I use the makefile.unix (or maketile.cc) to compile it? I always get the error about a missing file in /base/ folder.

    Thanks!

    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