diff --git a/documentation/changes_list.txt b/documentation/changes_list.txt index 685f34edf2..b3dab0892e 100644 --- a/documentation/changes_list.txt +++ b/documentation/changes_list.txt @@ -1,4 +1,10 @@ +v.0.2.11: (2014-09-09 13:57:19) +------------------------------- +* Quick update of the tutorial codes in chapter 10 and one file for chap13: code adapted to the new API; the manual is NOT up to date! +* Tutorial code for common and routing_common added. + + v.0.2.10: (2014-09-04 16:09:13) ------------------------------- * Quick update of the tutorial codes in chapters 2, 3 and 6: code adapted to the new API; the manual is NOT up to date! diff --git a/documentation/documentation_hub.html b/documentation/documentation_hub.html index fd9637c7e9..7a6e1d4855 100644 --- a/documentation/documentation_hub.html +++ b/documentation/documentation_hub.html @@ -84,10 +84,11 @@ Thank you very much.

What's new?


Here is a little summary:

-
v.0.2.10: (2014-09-04 16:09:13)
+
v.0.2.11: (2014-09-09 13:57:19)
 -------------------------------
-* Quick update of the tutorial codes in chapters 2, 3 and 6: code adapted to the new API; the manual is NOT up to date!
-* Licenses updated;
+* Quick update of the tutorial codes in chapter 10 and one file for chap13: code adapted to the new API; the manual is NOT up to date!
+* Tutorial code for common and routing_common added.
+
 

This is the list of changes.

Legend:
@@ -341,6 +342,12 @@ to use these makefiles.

You can also overwrite this variable when invoking make:
make OR_TOOLS_TOP=/home/username/or-tools-read-only
+ +
  • If you want to play with the routing examples, the TUTORIAL variable must point to the C++ tutorial directory. By default, it is defined as: +
    TUTORIAL=($OR_TOOLS_TOP)/documentation/tutorials/cplusplus
    +If you deploy the tutorial examples somewhere else, update this variable accordingly. +
  • +
  • If you want to compile all examples:
    make all
  • @@ -354,11 +361,11 @@ You can also overwrite this variable when invoking make: -
  • To delete the created files: +
  • To delete all generated files:
    make local_clean
    -Don't use +Don't use
    make clean
    -as you will erase the generated files for the whole library! +as you will erase the generated files for the whole library!
  • @@ -394,7 +401,7 @@ as you will erase the generated files for the whole library!