diff --git a/examples/com/google/ortools/samples/AllDifferentExcept0.java b/examples/com/google/ortools/samples/AllDifferentExcept0.java index f5a93c5031..c304bb088a 100644 --- a/examples/com/google/ortools/samples/AllDifferentExcept0.java +++ b/examples/com/google/ortools/samples/AllDifferentExcept0.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/AllInterval.java b/examples/com/google/ortools/samples/AllInterval.java index 410bcea141..1203d4b4de 100644 --- a/examples/com/google/ortools/samples/AllInterval.java +++ b/examples/com/google/ortools/samples/AllInterval.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/Circuit.java b/examples/com/google/ortools/samples/Circuit.java index b0ba487e90..735b72ecd8 100644 --- a/examples/com/google/ortools/samples/Circuit.java +++ b/examples/com/google/ortools/samples/Circuit.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/CoinsGrid.java b/examples/com/google/ortools/samples/CoinsGrid.java index c8bec66009..e7a0e316f9 100644 --- a/examples/com/google/ortools/samples/CoinsGrid.java +++ b/examples/com/google/ortools/samples/CoinsGrid.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/CoinsGridMIP.java b/examples/com/google/ortools/samples/CoinsGridMIP.java index cdf715c05b..0ed9d11b98 100755 --- a/examples/com/google/ortools/samples/CoinsGridMIP.java +++ b/examples/com/google/ortools/samples/CoinsGridMIP.java @@ -37,7 +37,7 @@ * which is the MIP version of * http://www.hakank.org/google_or_tools/coins_grid.py * - * by Hakan Kjellerstrand (hakank@bonetmail.com). + * by Hakan Kjellerstrand (hakank@gmail.com). * * Java version by Darian Sastre (darian.sastre@minimaxlabs.com) */ diff --git a/examples/com/google/ortools/samples/ColoringMIP.java b/examples/com/google/ortools/samples/ColoringMIP.java index 7801464b90..ec93560458 100755 --- a/examples/com/google/ortools/samples/ColoringMIP.java +++ b/examples/com/google/ortools/samples/ColoringMIP.java @@ -14,7 +14,7 @@ * * ************************************************************************ * - * This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + * This model was created by Hakan Kjellerstrand (hakank@gmail.com) * * Java version by Darian Sastre (darian.sastre@minimaxlabs.com) */ diff --git a/examples/com/google/ortools/samples/CoveringOpl.java b/examples/com/google/ortools/samples/CoveringOpl.java index f58562ab43..88b1049000 100644 --- a/examples/com/google/ortools/samples/CoveringOpl.java +++ b/examples/com/google/ortools/samples/CoveringOpl.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/Crossword.java b/examples/com/google/ortools/samples/Crossword.java index 5c2d43651b..4c52f6b91c 100644 --- a/examples/com/google/ortools/samples/Crossword.java +++ b/examples/com/google/ortools/samples/Crossword.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/DeBruijn.java b/examples/com/google/ortools/samples/DeBruijn.java index 97a4a841ca..2a7ce239bb 100644 --- a/examples/com/google/ortools/samples/DeBruijn.java +++ b/examples/com/google/ortools/samples/DeBruijn.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/Diet.java b/examples/com/google/ortools/samples/Diet.java index 0f2741c8ee..5223c2fe00 100644 --- a/examples/com/google/ortools/samples/Diet.java +++ b/examples/com/google/ortools/samples/Diet.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/DietMIP.java b/examples/com/google/ortools/samples/DietMIP.java index a22614b3d9..1a9abef8fb 100755 --- a/examples/com/google/ortools/samples/DietMIP.java +++ b/examples/com/google/ortools/samples/DietMIP.java @@ -15,7 +15,7 @@ * * ************************************************************************ * - * This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + * This model was created by Hakan Kjellerstrand (hakank@gmail.com) */ import com.google.ortools.linearsolver.MPConstraint; diff --git a/examples/com/google/ortools/samples/DivisibleBy9Through1.java b/examples/com/google/ortools/samples/DivisibleBy9Through1.java index 93b7cf8f09..6096cda0f5 100644 --- a/examples/com/google/ortools/samples/DivisibleBy9Through1.java +++ b/examples/com/google/ortools/samples/DivisibleBy9Through1.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/KnapsackMIP.java b/examples/com/google/ortools/samples/KnapsackMIP.java index 82212340aa..2c0fc56b20 100755 --- a/examples/com/google/ortools/samples/KnapsackMIP.java +++ b/examples/com/google/ortools/samples/KnapsackMIP.java @@ -18,7 +18,7 @@ * the same across knapsacks. Optimizing constrains the count of each item such * that all knapsack capacities are respected, and their values are maximized. * - * This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + * This model was created by Hakan Kjellerstrand (hakank@gmail.com) */ import com.google.ortools.linearsolver.*; diff --git a/examples/com/google/ortools/samples/LeastDiff.java b/examples/com/google/ortools/samples/LeastDiff.java index d62e791bce..f20a270400 100644 --- a/examples/com/google/ortools/samples/LeastDiff.java +++ b/examples/com/google/ortools/samples/LeastDiff.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/MagicSquare.java b/examples/com/google/ortools/samples/MagicSquare.java index adb70b7ad2..29f30659f9 100644 --- a/examples/com/google/ortools/samples/MagicSquare.java +++ b/examples/com/google/ortools/samples/MagicSquare.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/Map.java b/examples/com/google/ortools/samples/Map.java index 78656fa386..fb7d5a8ee5 100644 --- a/examples/com/google/ortools/samples/Map.java +++ b/examples/com/google/ortools/samples/Map.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/Map2.java b/examples/com/google/ortools/samples/Map2.java index 55c6014456..1fa4e82cc8 100644 --- a/examples/com/google/ortools/samples/Map2.java +++ b/examples/com/google/ortools/samples/Map2.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/Minesweeper.java b/examples/com/google/ortools/samples/Minesweeper.java index f6af7dcbf2..e138067993 100644 --- a/examples/com/google/ortools/samples/Minesweeper.java +++ b/examples/com/google/ortools/samples/Minesweeper.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/NQueens.java b/examples/com/google/ortools/samples/NQueens.java index 69d0cda5bc..842608a465 100644 --- a/examples/com/google/ortools/samples/NQueens.java +++ b/examples/com/google/ortools/samples/NQueens.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/NQueens2.java b/examples/com/google/ortools/samples/NQueens2.java index ef189076e1..e1977ff9cb 100644 --- a/examples/com/google/ortools/samples/NQueens2.java +++ b/examples/com/google/ortools/samples/NQueens2.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/QuasigroupCompletion.java b/examples/com/google/ortools/samples/QuasigroupCompletion.java index 35497a6454..d6353a6865 100644 --- a/examples/com/google/ortools/samples/QuasigroupCompletion.java +++ b/examples/com/google/ortools/samples/QuasigroupCompletion.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/SendMoreMoney.java b/examples/com/google/ortools/samples/SendMoreMoney.java index 60d6d1acc8..5a8aff52ca 100644 --- a/examples/com/google/ortools/samples/SendMoreMoney.java +++ b/examples/com/google/ortools/samples/SendMoreMoney.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/SendMoreMoney2.java b/examples/com/google/ortools/samples/SendMoreMoney2.java index 25bdeb1df7..d1a3474556 100644 --- a/examples/com/google/ortools/samples/SendMoreMoney2.java +++ b/examples/com/google/ortools/samples/SendMoreMoney2.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/SendMostMoney.java b/examples/com/google/ortools/samples/SendMostMoney.java index d970c69ea3..e9ade750b5 100644 --- a/examples/com/google/ortools/samples/SendMostMoney.java +++ b/examples/com/google/ortools/samples/SendMostMoney.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/Seseman.java b/examples/com/google/ortools/samples/Seseman.java index 7250b3ee6f..4ccfd9dacc 100644 --- a/examples/com/google/ortools/samples/Seseman.java +++ b/examples/com/google/ortools/samples/Seseman.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/SetCovering.java b/examples/com/google/ortools/samples/SetCovering.java index 41869a5a0a..06af7a9c34 100644 --- a/examples/com/google/ortools/samples/SetCovering.java +++ b/examples/com/google/ortools/samples/SetCovering.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/SetCovering2.java b/examples/com/google/ortools/samples/SetCovering2.java index 7d03b6d0f2..d6b3af5f8b 100644 --- a/examples/com/google/ortools/samples/SetCovering2.java +++ b/examples/com/google/ortools/samples/SetCovering2.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/SetCovering3.java b/examples/com/google/ortools/samples/SetCovering3.java index 07977c734c..4a77e9fe54 100644 --- a/examples/com/google/ortools/samples/SetCovering3.java +++ b/examples/com/google/ortools/samples/SetCovering3.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/SetCovering4.java b/examples/com/google/ortools/samples/SetCovering4.java index aeed606708..3cb153fdf0 100644 --- a/examples/com/google/ortools/samples/SetCovering4.java +++ b/examples/com/google/ortools/samples/SetCovering4.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/SetCoveringDeployment.java b/examples/com/google/ortools/samples/SetCoveringDeployment.java index 2b1545b29a..7b48f0cdc8 100644 --- a/examples/com/google/ortools/samples/SetCoveringDeployment.java +++ b/examples/com/google/ortools/samples/SetCoveringDeployment.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/StableMarriage.java b/examples/com/google/ortools/samples/StableMarriage.java index c5bcf2ff3f..632af80586 100644 --- a/examples/com/google/ortools/samples/StableMarriage.java +++ b/examples/com/google/ortools/samples/StableMarriage.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/StiglerMIP.java b/examples/com/google/ortools/samples/StiglerMIP.java index 25f3e57d3c..b7785791e5 100755 --- a/examples/com/google/ortools/samples/StiglerMIP.java +++ b/examples/com/google/ortools/samples/StiglerMIP.java @@ -14,7 +14,7 @@ * * ************************************************************************ * - * This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + * This model was created by Hakan Kjellerstrand (hakank@gmail.com) * * Java version by Darian Sastre (darian.sastre@minimaxlabs.com) */ diff --git a/examples/com/google/ortools/samples/Strimko2.java b/examples/com/google/ortools/samples/Strimko2.java index 02a5ac4c81..53ae8018f0 100644 --- a/examples/com/google/ortools/samples/Strimko2.java +++ b/examples/com/google/ortools/samples/Strimko2.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/Sudoku.java b/examples/com/google/ortools/samples/Sudoku.java index b8c48f4738..deab7f363e 100644 --- a/examples/com/google/ortools/samples/Sudoku.java +++ b/examples/com/google/ortools/samples/Sudoku.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/SurvoPuzzle.java b/examples/com/google/ortools/samples/SurvoPuzzle.java index 1e2d65540e..1328c17a2a 100644 --- a/examples/com/google/ortools/samples/SurvoPuzzle.java +++ b/examples/com/google/ortools/samples/SurvoPuzzle.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/ToNum.java b/examples/com/google/ortools/samples/ToNum.java index 426febca07..1a9d2a34c4 100644 --- a/examples/com/google/ortools/samples/ToNum.java +++ b/examples/com/google/ortools/samples/ToNum.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/WhoKilledAgatha.java b/examples/com/google/ortools/samples/WhoKilledAgatha.java index deef50aabd..fd5df3bd34 100644 --- a/examples/com/google/ortools/samples/WhoKilledAgatha.java +++ b/examples/com/google/ortools/samples/WhoKilledAgatha.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/Xkcd.java b/examples/com/google/ortools/samples/Xkcd.java index 86fe46564e..84620c80d2 100644 --- a/examples/com/google/ortools/samples/Xkcd.java +++ b/examples/com/google/ortools/samples/Xkcd.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/YoungTableaux.java b/examples/com/google/ortools/samples/YoungTableaux.java index 1cb586fbf3..b6c397b5f6 100644 --- a/examples/com/google/ortools/samples/YoungTableaux.java +++ b/examples/com/google/ortools/samples/YoungTableaux.java @@ -1,4 +1,4 @@ -// Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +// Copyright 2011 Hakan Kjellerstrand hakank@gmail.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/python/3_jugs_mip.py b/examples/python/3_jugs_mip.py index bf3c382569..34d1447e3b 100644 --- a/examples/python/3_jugs_mip.py +++ b/examples/python/3_jugs_mip.py @@ -1,4 +1,4 @@ -# Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2011 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ Compare with the CP model: http://www.hakank.org/google_or_tools/3_jugs_regular - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/3_jugs_regular.py b/examples/python/3_jugs_regular.py index a0a455e608..114a7e1bad 100644 --- a/examples/python/3_jugs_regular.py +++ b/examples/python/3_jugs_regular.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -42,7 +42,7 @@ * Gecode: http://www.hakank.org/gecode/3_jugs2.cpp - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/a_round_of_golf.py b/examples/python/a_round_of_golf.py index ed5951f952..07930dfdab 100644 --- a/examples/python/a_round_of_golf.py +++ b/examples/python/a_round_of_golf.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -59,7 +59,7 @@ * Gecode : http://hakank.org/gecode/a_round_of_golf.cpp * SICStus : http://hakank.org/sicstus/a_round_of_golf.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/all_interval.py b/examples/python/all_interval.py index a38733ed47..a5f6fb56a8 100644 --- a/examples/python/all_interval.py +++ b/examples/python/all_interval.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -45,7 +45,7 @@ * SICStus : http://www.hakank.org/sicstus/all_interval.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/alldifferent_except_0.py b/examples/python/alldifferent_except_0.py index b8ed46f0dc..07f09759cc 100644 --- a/examples/python/alldifferent_except_0.py +++ b/examples/python/alldifferent_except_0.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -43,7 +43,7 @@ * JaCoP: http://hakank.org/JaCoP/AllDifferentExcept0_test.java * Zinc: http://hakank.org/minizinc/alldifferent_except_0.zinc - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/alphametic.py b/examples/python/alphametic.py index ad57d4bc80..4393090207 100644 --- a/examples/python/alphametic.py +++ b/examples/python/alphametic.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -39,7 +39,7 @@ Compare with the following model: * Zinc: http://www.hakank.org/minizinc/alphametic.zinc - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/assignment.py b/examples/python/assignment.py index 3bddada847..69353040da 100644 --- a/examples/python/assignment.py +++ b/examples/python/assignment.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ * Tailor/Essence': http://www.hakank.org/tailor/assignment.eprime * SICStus: http://hakank.org/sicstus/assignment.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/assignment6_mip.py b/examples/python/assignment6_mip.py index 7b0735e416..dd1ac6fb65 100644 --- a/examples/python/assignment6_mip.py +++ b/examples/python/assignment6_mip.py @@ -1,4 +1,4 @@ -# Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2011 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -36,7 +36,7 @@ http://www.hakank.org/comet/assignment6.co - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/blending.py b/examples/python/blending.py index a4d594938b..ee466fe806 100644 --- a/examples/python/blending.py +++ b/examples/python/blending.py @@ -1,4 +1,4 @@ -# Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2011 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ From the OPL model blending.mod. - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/broken_weights.py b/examples/python/broken_weights.py index 8d85deec57..25739e3d6a 100644 --- a/examples/python/broken_weights.py +++ b/examples/python/broken_weights.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. @@ -43,7 +43,7 @@ * Gecode: http://www.hakank.org/gecode/broken_weights.cpp * Comet: http://hakank.org/comet/broken_weights.co - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/bus_schedule.py b/examples/python/bus_schedule.py index 5e64ee1629..5fabc9d1eb 100644 --- a/examples/python/bus_schedule.py +++ b/examples/python/bus_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ * Tailor/Essence' : http://www.hakank.org/tailor/bus_schedule.eprime * SICStus: http://hakank.org/sicstus/bus_schedule.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/car.py b/examples/python/car.py index ed24e4861a..feb6a1d4bb 100644 --- a/examples/python/car.py +++ b/examples/python/car.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ * MiniZinc: http://hakank.org/minizinc/car.mzn * Comet: http://hakank.org/comet/car.co - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/circuit.py b/examples/python/circuit.py index abacff1b1d..6456f5e092 100644 --- a/examples/python/circuit.py +++ b/examples/python/circuit.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -36,7 +36,7 @@ * Gecode: http://www.hakank.org/gecode/circuit_orbit.mzn - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/coins3.py b/examples/python/coins3.py index 145920c7f2..46125f7a13 100644 --- a/examples/python/coins3.py +++ b/examples/python/coins3.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ * SICStus : http://hakank.org/sicstus/coins3.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/coins_grid.py b/examples/python/coins_grid.py index 03f1d12d1d..186fa84b66 100644 --- a/examples/python/coins_grid.py +++ b/examples/python/coins_grid.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -49,7 +49,7 @@ * Gecode/R: http://hakank.org/gecode_r/coins_grid.rb * JaCoP: http://hakank.org/JaCoP/CoinsGrid.java - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/coins_grid_mip.py b/examples/python/coins_grid_mip.py index 83a37adbce..03c2cc0361 100644 --- a/examples/python/coins_grid_mip.py +++ b/examples/python/coins_grid_mip.py @@ -1,4 +1,4 @@ -# Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2011 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -36,7 +36,7 @@ http://www.hakank.org/google_or_tools/coins_grid.py and use - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/coloring_ip.py b/examples/python/coloring_ip.py index a2459e6e27..c27614ae6f 100644 --- a/examples/python/coloring_ip.py +++ b/examples/python/coloring_ip.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ Compare with the MiniZinc model: http://www.hakank.org/minizinc/coloring_ip.mzn - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/combinatorial_auction2.py b/examples/python/combinatorial_auction2.py index da10f8c404..63a09a66de 100644 --- a/examples/python/combinatorial_auction2.py +++ b/examples/python/combinatorial_auction2.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ * MiniZinc: http://hakank.org/minizinc/combinatorial_auction.mzn * Gecode: http://hakank.org/gecode/combinatorial_auction.cpp - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/contiguity_regular.py b/examples/python/contiguity_regular.py index 93413fa8f2..05cd9b186d 100644 --- a/examples/python/contiguity_regular.py +++ b/examples/python/contiguity_regular.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -35,7 +35,7 @@ Compare with the following model: * MiniZinc: http://www.hakank.org/minizinc/contiguity_regular.mzn - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/costas_array.py b/examples/python/costas_array.py index a0708b8f87..4759811548 100644 --- a/examples/python/costas_array.py +++ b/examples/python/costas_array.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -56,7 +56,7 @@ 872, 200, 88, 56, 204,... - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/covering_opl.py b/examples/python/covering_opl.py index ac0eea5886..17fa265b02 100644 --- a/examples/python/covering_opl.py +++ b/examples/python/covering_opl.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -52,7 +52,7 @@ * Gecode: http://hakank.org/gecode/covering_opl.cpp * SICStus: http://hakank.org/sicstus/covering_opl.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/crew.py b/examples/python/crew.py index 6819246a16..cffde60cdf 100644 --- a/examples/python/crew.py +++ b/examples/python/crew.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ * SICStus : http://hakank.org/sicstus/crew.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/crossword2.py b/examples/python/crossword2.py index dc90109ad0..5c079a3b82 100644 --- a/examples/python/crossword2.py +++ b/examples/python/crossword2.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -53,7 +53,7 @@ * SICStus: http://hakank.org/sicstus/crossword2.pl * Zinc: http://hakank.org/minizinc/crossword2.zinc - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/crypta.py b/examples/python/crypta.py index ff85565ac1..9df9b0eac2 100644 --- a/examples/python/crypta.py +++ b/examples/python/crypta.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -40,7 +40,7 @@ * Gecode: http://hakank.org/gecode/crypta.cpp * SICStus: http://hakank.org/sicstus/crypta.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/crypto.py b/examples/python/crypto.py index 7651c8d75c..885f69c1f8 100644 --- a/examples/python/crypto.py +++ b/examples/python/crypto.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -39,7 +39,7 @@ * SICStus : http://hakank.org/sicstus/crypta.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/curious_set_of_integers.py b/examples/python/curious_set_of_integers.py index aa2e4a6894..a9415e4499 100644 --- a/examples/python/curious_set_of_integers.py +++ b/examples/python/curious_set_of_integers.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -55,7 +55,7 @@ * SICStus : http://hakank.org/sicstus/crypta.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/debruijn_binary.py b/examples/python/debruijn_binary.py index 805fb364e3..0a226c8d23 100644 --- a/examples/python/debruijn_binary.py +++ b/examples/python/debruijn_binary.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -38,7 +38,7 @@ * Gecode/R: http://hakank.org/gecode_r/debruijn_binary.rb * JaCoP: http://hakank.org/JaCoP/DeBruijn.java - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/diet1.py b/examples/python/diet1.py index d4f0b607c9..57442d9e25 100644 --- a/examples/python/diet1.py +++ b/examples/python/diet1.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -40,7 +40,7 @@ * JaCoP: http://hakank.org/JaCoP/Diet.java - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/diet1_b.py b/examples/python/diet1_b.py index ce83fc938f..8baa47e13a 100644 --- a/examples/python/diet1_b.py +++ b/examples/python/diet1_b.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -42,7 +42,7 @@ This version use ScalProd() instead of Sum(). - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/diet1_mip.py b/examples/python/diet1_mip.py index 5029951868..5ecdbe96b1 100644 --- a/examples/python/diet1_mip.py +++ b/examples/python/diet1_mip.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ http://www.hakank.org/google_or_tools/diet1.py - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/discrete_tomography.py b/examples/python/discrete_tomography.py index 2f76ca7f56..b1c46f59c1 100644 --- a/examples/python/discrete_tomography.py +++ b/examples/python/discrete_tomography.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -50,7 +50,7 @@ * Tailor/Essence': http://www.hakank.org/tailor/tomography.eprime * SICStus: http://hakank.org/sicstus/discrete_tomography.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/divisible_by_9_through_1.py b/examples/python/divisible_by_9_through_1.py index 6073613a47..f3dee52e3c 100644 --- a/examples/python/divisible_by_9_through_1.py +++ b/examples/python/divisible_by_9_through_1.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -47,7 +47,7 @@ * Gecode : http://www.hakank.org/gecode/divisible_by_9_through_1.cpp - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/einav_puzzle.py b/examples/python/einav_puzzle.py index cee1de4a17..84db252cb0 100644 --- a/examples/python/einav_puzzle.py +++ b/examples/python/einav_puzzle.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. @@ -59,7 +59,7 @@ decision variables as this version. - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/einav_puzzle2.py b/examples/python/einav_puzzle2.py index ffe72f26c3..a595817a37 100644 --- a/examples/python/einav_puzzle2.py +++ b/examples/python/einav_puzzle2.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -60,7 +60,7 @@ Thanks! - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/eq10.py b/examples/python/eq10.py index cbaa7dee41..e36788aa2f 100644 --- a/examples/python/eq10.py +++ b/examples/python/eq10.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ * ECLiPSe: http://hakank.org/eclipse/eq10.ecl * SICStus: http://hakank.org/sicstus/eq10.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/eq20.py b/examples/python/eq20.py index c8580d4f87..b06c8e4dab 100644 --- a/examples/python/eq20.py +++ b/examples/python/eq20.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ * ECLiPSe: http://hakank.org/eclipse/eq20.ecl * SICStus: http://hakank.org/sicstus/eq20.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/fill_a_pix.py b/examples/python/fill_a_pix.py index 69de05360a..dfd828c29a 100644 --- a/examples/python/fill_a_pix.py +++ b/examples/python/fill_a_pix.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. @@ -47,7 +47,7 @@ * http://www.hakank.org/google_or_tools/minesweeper.py - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/furniture_moving.py b/examples/python/furniture_moving.py index 03ce1cd95a..631f6e68c4 100644 --- a/examples/python/furniture_moving.py +++ b/examples/python/furniture_moving.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ * Zinc: http://hakank.org/minizinc/furniture_moving.zinc - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/futoshiki.py b/examples/python/futoshiki.py index f8100d3826..44b1217bb7 100644 --- a/examples/python/futoshiki.py +++ b/examples/python/futoshiki.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -41,7 +41,7 @@ * Gecode: http://hakank.org/gecode/futoshiki.cpp * SICStus: http://hakank.org/sicstus/futoshiki.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/game_theory_taha.py b/examples/python/game_theory_taha.py index c3d088d487..93992287d4 100644 --- a/examples/python/game_theory_taha.py +++ b/examples/python/game_theory_taha.py @@ -1,4 +1,4 @@ -# Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2011 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ From Taha, Operations Research (8'th edition), page 528. - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/grocery.py b/examples/python/grocery.py index 7e7a6f3585..0b23cfc7de 100644 --- a/examples/python/grocery.py +++ b/examples/python/grocery.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ * Comet: http://hakank.org/comet/grocery.co * Zinc: http://hakank.org/minizinc/grocery.zinc - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/hidato.py b/examples/python/hidato.py index cce234193a..3376beb267 100644 --- a/examples/python/hidato.py +++ b/examples/python/hidato.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ Note: This model is very slow. Please see Laurent Perron's much faster (and more elegant) model: hidato_table.py . - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/just_forgotten.py b/examples/python/just_forgotten.py index 8b97c500dc..d45922506c 100644 --- a/examples/python/just_forgotten.py +++ b/examples/python/just_forgotten.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -41,7 +41,7 @@ * ECLiPSe: http://hakank.org/eclipse/just_forgotten.ecl * Gecpde: http://hakank.org/gecode/just_forgotten.cpp - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/kakuro.py b/examples/python/kakuro.py index 1297065a51..c6c80ff927 100644 --- a/examples/python/kakuro.py +++ b/examples/python/kakuro.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -51,7 +51,7 @@ * ECLiPSe: http://www.hakank.org/eclipse/kakuro.ecl * Gecode: http://www.hakank.org/gecode/kenken2.cpp - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/kenken2.py b/examples/python/kenken2.py index a57d5ae5be..e236756050 100644 --- a/examples/python/kenken2.py +++ b/examples/python/kenken2.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -52,7 +52,7 @@ - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/killer_sudoku.py b/examples/python/killer_sudoku.py index cc98aa702c..ed0fba8128 100644 --- a/examples/python/killer_sudoku.py +++ b/examples/python/killer_sudoku.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -63,7 +63,7 @@ * Gecode: http://www.hakank.org/gecode/killer_sudoku.cpp - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/knapsack_cp.py b/examples/python/knapsack_cp.py index d4de56944c..0437ef378b 100644 --- a/examples/python/knapsack_cp.py +++ b/examples/python/knapsack_cp.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ Simple knapsack problem. - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/knapsack_mip.py b/examples/python/knapsack_mip.py index 7da95d631c..0b333b713a 100644 --- a/examples/python/knapsack_mip.py +++ b/examples/python/knapsack_mip.py @@ -1,4 +1,4 @@ -# Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2011 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ From the OPL model knapsack.mod - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/labeled_dice.py b/examples/python/labeled_dice.py index 145f43d221..a554e304e7 100644 --- a/examples/python/labeled_dice.py +++ b/examples/python/labeled_dice.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -43,7 +43,7 @@ * Zinc : http://hakank.org/minizinc/labeled_dice.zinc - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/langford.py b/examples/python/langford.py index 115ca56fc7..09ab152228 100644 --- a/examples/python/langford.py +++ b/examples/python/langford.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -40,7 +40,7 @@ * SICStus: http://hakank.org/sicstus/langford.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/least_diff.py b/examples/python/least_diff.py index 68313cc14a..3f1ca744e1 100644 --- a/examples/python/least_diff.py +++ b/examples/python/least_diff.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ * SICStus : http://www.hakank.org/sicstus/least_diff.pl * Zinc : http://hakank.org/minizinc/least_diff.zinc - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_cp_solver/ """ diff --git a/examples/python/least_square.py b/examples/python/least_square.py index d8ebf83ef6..0c4e0d217a 100644 --- a/examples/python/least_square.py +++ b/examples/python/least_square.py @@ -1,4 +1,4 @@ -# Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2011 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ From the Swedish book 'Optimeringslara' [Optimization Theory], page 286f. - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/lectures.py b/examples/python/lectures.py index 86cf098d0b..e3d1643236 100644 --- a/examples/python/lectures.py +++ b/examples/python/lectures.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. @@ -40,7 +40,7 @@ * Gecode: http://hakank.org/gecode/lectures.cpp - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/magic_square.py b/examples/python/magic_square.py index 9947aeff1d..320ba2bd61 100644 --- a/examples/python/magic_square.py +++ b/examples/python/magic_square.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ Magic square problem. - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/magic_square_and_cards.py b/examples/python/magic_square_and_cards.py index 8bb18cb808..8425c76163 100644 --- a/examples/python/magic_square_and_cards.py +++ b/examples/python/magic_square_and_cards.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/magic_square_mip.py b/examples/python/magic_square_mip.py index 779666c73a..d0aec9b284 100644 --- a/examples/python/magic_square_mip.py +++ b/examples/python/magic_square_mip.py @@ -1,4 +1,4 @@ -# Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2011 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -38,7 +38,7 @@ using an output_matrix (much longer). - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/map.py b/examples/python/map.py index 0c43b249aa..770e90818b 100644 --- a/examples/python/map.py +++ b/examples/python/map.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ * MiniZinc: http://hakank.org/minizinc/map.mzn * Zinc: http://hakank.org/minizinc/map.zinc - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/marathon2.py b/examples/python/marathon2.py index c83101ae78..4fd1082b96 100644 --- a/examples/python/marathon2.py +++ b/examples/python/marathon2.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. @@ -43,7 +43,7 @@ * Gecode: http://hakank.org/gecode/marathon2.cpp - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/max_flow_taha.py b/examples/python/max_flow_taha.py index ebeea8f413..78b7edefbb 100644 --- a/examples/python/max_flow_taha.py +++ b/examples/python/max_flow_taha.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ Compare with the following model: * MiniZinc: http://www.hakank.org/minizinc/max_flow_taha.mzn - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/max_flow_winston1.py b/examples/python/max_flow_winston1.py index ae77e43e84..b3dea4d136 100644 --- a/examples/python/max_flow_winston1.py +++ b/examples/python/max_flow_winston1.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ * Comet: http://hakank.org/comet/max_flow_winston1.co - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/minesweeper.py b/examples/python/minesweeper.py index f7beb670c0..b1c8a53e33 100644 --- a/examples/python/minesweeper.py +++ b/examples/python/minesweeper.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -59,7 +59,7 @@ * Tailor/Essence': http://www.hakank.org/tailor/minesweeper.eprime * Zinc: http://www.hakank.org/minizinc/minesweeper.zinc - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/mr_smith.py b/examples/python/mr_smith.py index 90e674ca6b..0438f94ebc 100644 --- a/examples/python/mr_smith.py +++ b/examples/python/mr_smith.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. @@ -43,7 +43,7 @@ * MiniZinc: http://www.hakank.org/minizinc/mr_smith.mzn - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/nonogram_default_search.py b/examples/python/nonogram_default_search.py index 7aa99f6890..d368cb1fb2 100644 --- a/examples/python/nonogram_default_search.py +++ b/examples/python/nonogram_default_search.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com, lperron@google.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com, lperron@google.com # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/examples/python/nonogram_regular.py b/examples/python/nonogram_regular.py index 6cd95eb1e9..d41135fe3e 100644 --- a/examples/python/nonogram_regular.py +++ b/examples/python/nonogram_regular.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. @@ -61,7 +61,7 @@ * MiniZinc: http://www.hakank.org/minizinc/nonogram_create_automaton2.mzn Note: nonogram_create_automaton2.mzn is the preferred model - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/nonogram_table.py b/examples/python/nonogram_table.py index 5a0e3f9134..60116ecb10 100644 --- a/examples/python/nonogram_table.py +++ b/examples/python/nonogram_table.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. @@ -61,7 +61,7 @@ * MiniZinc: http://www.hakank.org/minizinc/nonogram_create_automaton2.mzn Note: nonogram_create_automaton2.mzn is the preferred model - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/nonogram_table2.py b/examples/python/nonogram_table2.py index 0b7077cafd..3f4d629115 100644 --- a/examples/python/nonogram_table2.py +++ b/examples/python/nonogram_table2.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. @@ -61,7 +61,7 @@ * MiniZinc: http://www.hakank.org/minizinc/nonogram_create_automaton2.mzn Note: nonogram_create_automaton2.mzn is the preferred model - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/nontransitive_dice.py b/examples/python/nontransitive_dice.py index 2ee24d0f0b..cacb600444 100644 --- a/examples/python/nontransitive_dice.py +++ b/examples/python/nontransitive_dice.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -63,7 +63,7 @@ * Comet: http://hakank.org/comet/nontransitive_dice.co - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/nqueens.py b/examples/python/nqueens.py index e01f4614d1..b8ee4b2a77 100644 --- a/examples/python/nqueens.py +++ b/examples/python/nqueens.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ N queens problem. - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/nqueens2.py b/examples/python/nqueens2.py index fc9754aa41..b768de1166 100644 --- a/examples/python/nqueens2.py +++ b/examples/python/nqueens2.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ This version use NewSearch()/NextSolution() for looping through the solutions. - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/nqueens3.py b/examples/python/nqueens3.py index 238dcd02f7..6f6af0d98e 100644 --- a/examples/python/nqueens3.py +++ b/examples/python/nqueens3.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ - http://www.hakank.org/gogle_cp_solver/nqueens2.py - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/nurse_rostering.py b/examples/python/nurse_rostering.py index 7281148524..4a7e671883 100644 --- a/examples/python/nurse_rostering.py +++ b/examples/python/nurse_rostering.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ - no 3 nights in a row. - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/olympic.py b/examples/python/olympic.py index 95a1dde27e..18f8cc1f29 100644 --- a/examples/python/olympic.py +++ b/examples/python/olympic.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. @@ -52,7 +52,7 @@ * Gecode: http://hakank.org/gecode/olympic.cpp - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/organize_day.py b/examples/python/organize_day.py index 5f8589c9e5..03c1233550 100644 --- a/examples/python/organize_day.py +++ b/examples/python/organize_day.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ * Comet: http://www.hakank.org/comet/organize_day.co * Gecode: http://hakank.org/gecode/organize_day.cpp - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/p_median.py b/examples/python/p_median.py index 9ca6720df9..45f65c6ab9 100644 --- a/examples/python/p_median.py +++ b/examples/python/p_median.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ * MiniZinc: http://hakank.org/minizinc/p_median.mzn * Comet: http://hakank.org/comet/p_median.co - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/pandigital_numbers.py b/examples/python/pandigital_numbers.py index 93cb83ba80..7c38c79c80 100644 --- a/examples/python/pandigital_numbers.py +++ b/examples/python/pandigital_numbers.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -56,7 +56,7 @@ * ECLiPSe : http://hakank.org/eclipse/pandigital_numbers.ecl * SICStus : http://hakank.org/sicstus/pandigital_numbers.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/photo_problem.py b/examples/python/photo_problem.py index a294c327af..e2caf3e5ba 100644 --- a/examples/python/photo_problem.py +++ b/examples/python/photo_problem.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -42,7 +42,7 @@ * Comet: http://hakank.org/comet/photo_problem.co * SICStus: http://hakank.org/sicstus/photo_problem.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/place_number_puzzle.py b/examples/python/place_number_puzzle.py index 948dbaabc3..07c97c1093 100644 --- a/examples/python/place_number_puzzle.py +++ b/examples/python/place_number_puzzle.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -35,7 +35,7 @@ * SICStus Prolog: http://www.hakank.org/sicstus/place_number_puzzle.pl * Gecode: http://www.hakank.org/gecode/place_number_puzzle.cpp - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/post_office_problem2.py b/examples/python/post_office_problem2.py index 0f46610f0d..767c70dc96 100644 --- a/examples/python/post_office_problem2.py +++ b/examples/python/post_office_problem2.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -50,7 +50,7 @@ * Gecode: http://www.hakank.org/gecode/post_office_problem2.cpp - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/production.py b/examples/python/production.py index 3e2e80801c..991bea974b 100644 --- a/examples/python/production.py +++ b/examples/python/production.py @@ -1,4 +1,4 @@ -# Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2011 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ From the OPL model production.mod. - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/quasigroup_completion.py b/examples/python/quasigroup_completion.py index 6724069c84..04b766b15e 100644 --- a/examples/python/quasigroup_completion.py +++ b/examples/python/quasigroup_completion.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -49,7 +49,7 @@ * SICStus: http://hakank.org/sicstus/quasigroup_completion.pl * Zinc: http://hakank.org/minizinc/quasigroup_completion.zinc - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/regular.py b/examples/python/regular.py index 0a99d82c9d..3e76320dda 100644 --- a/examples/python/regular.py +++ b/examples/python/regular.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ 0*1{3}0+1{2}0+1{1}0* using an array of size 10. - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/regular_table.py b/examples/python/regular_table.py index 23e7607f5a..1d8b16802e 100644 --- a/examples/python/regular_table.py +++ b/examples/python/regular_table.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ 0*1{3}0+1{2}0+1{1}0* using an array of size 10. - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/regular_table2.py b/examples/python/regular_table2.py index 6d7815dfce..d21e366c70 100644 --- a/examples/python/regular_table2.py +++ b/examples/python/regular_table2.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ 0*1{3}0+1{2}0+1{1}0* using an array of size 10. - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/rogo2.py b/examples/python/rogo2.py index 8600fdf9fd..4cc1f31878 100644 --- a/examples/python/rogo2.py +++ b/examples/python/rogo2.py @@ -1,4 +1,4 @@ -# Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2011 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -40,7 +40,7 @@ http://www.hakank.org/answer_set_programming/rogo2.lp * MiniZinc: http://www.hakank.org/minizinc/rogo2.mzn - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/safe_cracking.py b/examples/python/safe_cracking.py index d65373cc84..9a90e12c52 100644 --- a/examples/python/safe_cracking.py +++ b/examples/python/safe_cracking.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. @@ -41,7 +41,7 @@ * SICStus : http://www.hakank.org/sicstus/safe_cracking.pl * Gecode: http://hakank.org/gecode/safe_cracking.cpp - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/scheduling_speakers.py b/examples/python/scheduling_speakers.py index 4270869f0d..ec59458f29 100644 --- a/examples/python/scheduling_speakers.py +++ b/examples/python/scheduling_speakers.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ * ECLiPSe: http://hakank.org/eclipse/scheduling_speakers.ecl * Gecode: http://hakank.org/gecode/scheduling_speakers.cpp - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/secret_santa.py b/examples/python/secret_santa.py index 04c5f69fc0..352c133321 100644 --- a/examples/python/secret_santa.py +++ b/examples/python/secret_santa.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. @@ -56,7 +56,7 @@ - branches: 8241726 - WallTime: 23735 ms (note: without any printing of the solutions) - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/secret_santa2.py b/examples/python/secret_santa2.py index f349da3ef3..fa5c449151 100644 --- a/examples/python/secret_santa2.py +++ b/examples/python/secret_santa2.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. @@ -57,7 +57,7 @@ * MiniZinc: http://www.hakank.org/minizinc/secret_santa2.mzn - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/send_more_money_any_base.py b/examples/python/send_more_money_any_base.py index 5c6eb8f862..29802a4c33 100644 --- a/examples/python/send_more_money_any_base.py +++ b/examples/python/send_more_money_any_base.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ * SICStus: http://www.hakank.org/sicstus/send_more_money_any_base.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/send_most_money.py b/examples/python/send_most_money.py index 503e6d1285..385cce2d55 100644 --- a/examples/python/send_most_money.py +++ b/examples/python/send_most_money.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ * Zinc: http://www.hakank.org/minizinc/send_most_money.zinc - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/seseman.py b/examples/python/seseman.py index 697c858ab4..1cb2889169 100644 --- a/examples/python/seseman.py +++ b/examples/python/seseman.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -50,7 +50,7 @@ * JaCoP: http://hakank.org/JaCoP/Seseman.java - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/seseman_b.py b/examples/python/seseman_b.py index b771d39e5f..84b81209ed 100644 --- a/examples/python/seseman_b.py +++ b/examples/python/seseman_b.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -52,7 +52,7 @@ This version use a better way of looping through all solutions. - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/set_covering.py b/examples/python/set_covering.py index acbf4f2d15..5db7bcecc3 100644 --- a/examples/python/set_covering.py +++ b/examples/python/set_covering.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ * SICStus : http://www.hakank.org/sicstus/set_covering.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/set_covering2.py b/examples/python/set_covering2.py index b11161a691..995e4aa0f4 100644 --- a/examples/python/set_covering2.py +++ b/examples/python/set_covering2.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ * SICStus: http://hakank.org/sicstus/set_covering2.pl * Gecode: http://hakank.org/gecode/set_covering2.cpp - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/set_covering3.py b/examples/python/set_covering3.py index 53e9ef1ceb..980d09dd04 100644 --- a/examples/python/set_covering3.py +++ b/examples/python/set_covering3.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -41,7 +41,7 @@ * Gecode : http://hakank.org/gecode/set_covering3.cpp - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/set_covering4.py b/examples/python/set_covering4.py index cf49baeed5..e565387c70 100644 --- a/examples/python/set_covering4.py +++ b/examples/python/set_covering4.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -61,7 +61,7 @@ * Gecode : http://www.hakank.org/gecode/set_covering4.cpp - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/set_covering_deployment.py b/examples/python/set_covering_deployment.py index e8ad154d15..79923748e2 100644 --- a/examples/python/set_covering_deployment.py +++ b/examples/python/set_covering_deployment.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ * ECLiPSe : http://www.hakank.org/eclipse/set_covering_deployment.ecl * SICStus : http://hakank.org/sicstus/set_covering_deployment.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/set_covering_skiena.py b/examples/python/set_covering_skiena.py index 73dbf2756e..3c6f483e4f 100644 --- a/examples/python/set_covering_skiena.py +++ b/examples/python/set_covering_skiena.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. @@ -35,7 +35,7 @@ * Gecode: http://hakank.org/gecode/set_covering_skiena.cpp - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/set_partition.py b/examples/python/set_partition.py index 1177d44523..19d05b8869 100644 --- a/examples/python/set_partition.py +++ b/examples/python/set_partition.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -41,7 +41,7 @@ * ECLiPSe: http://hakank.org/eclipse/set_partition.ecl * SICStus: http://hakank.org/sicstus/set_partition.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/sicherman_dice.py b/examples/python/sicherman_dice.py index 102dc799ba..1cb6ec3974 100644 --- a/examples/python/sicherman_dice.py +++ b/examples/python/sicherman_dice.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -55,7 +55,7 @@ * MiniZinc: http://hakank.org/minizinc/sicherman_dice.mzn * Gecode: http://hakank.org/gecode/sicherman_dice.cpp - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/ski_assignment.py b/examples/python/ski_assignment.py index b2627237c7..63899ead9a 100644 --- a/examples/python/ski_assignment.py +++ b/examples/python/ski_assignment.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -44,7 +44,7 @@ * SICStus: http://hakank.org/sicstus/ski_assignment.pl * Gecode: http://hakank.org/gecode/ski_assignment.cpp - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/stable_marriage.py b/examples/python/stable_marriage.py index db110ae62d..1742287123 100644 --- a/examples/python/stable_marriage.py +++ b/examples/python/stable_marriage.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ * Gecode : http://hakank.org/gecode/stable_marriage.cpp * SICStus : http://hakank.org/sicstus/stable_marriage.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/stigler.py b/examples/python/stigler.py index 67e422fc8f..a29a4adb70 100644 --- a/examples/python/stigler.py +++ b/examples/python/stigler.py @@ -1,4 +1,4 @@ -# Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2011 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -114,7 +114,7 @@ linear programming models,' pp. 128-34. ''' - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/strimko2.py b/examples/python/strimko2.py index cf3eac59b6..4216a28c20 100644 --- a/examples/python/strimko2.py +++ b/examples/python/strimko2.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. @@ -40,7 +40,7 @@ * SICStus: http://hakank.org/sicstus/strimko2.pl * Gecode: http://hakank.org/gecode/strimko2.cpp - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) See my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ from __future__ import print_function diff --git a/examples/python/subset_sum.py b/examples/python/subset_sum.py index 94b595e5d6..99df66ce9a 100644 --- a/examples/python/subset_sum.py +++ b/examples/python/subset_sum.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -35,7 +35,7 @@ * Tailor/Essence': http://www.hakank.org/tailor/subset_sum.py * SICStus: http://hakank.org/sicstus/subset_sum.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/survo_puzzle.py b/examples/python/survo_puzzle.py index eca36181cc..556ab9a623 100644 --- a/examples/python/survo_puzzle.py +++ b/examples/python/survo_puzzle.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -56,7 +56,7 @@ * Zinc: http://www.hakank.org/minizinc/survo_puzzle.zinc - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/toNum.py b/examples/python/toNum.py index fcc9d7edd2..433fe16f81 100644 --- a/examples/python/toNum.py +++ b/examples/python/toNum.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ Convert a number <-> array of int in a specific base. - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/traffic_lights.py b/examples/python/traffic_lights.py index ead07b60e9..d51cc1eebb 100644 --- a/examples/python/traffic_lights.py +++ b/examples/python/traffic_lights.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -65,7 +65,7 @@ * SICStus : http://hakank.org/sicstus/traffic_lights.pl - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ diff --git a/examples/python/volsay.py b/examples/python/volsay.py index 887e4bd37a..481542e411 100644 --- a/examples/python/volsay.py +++ b/examples/python/volsay.py @@ -1,4 +1,4 @@ -# Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2011 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ From the OPL model volsay.mod - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/volsay2.py b/examples/python/volsay2.py index 564cb26416..5d3b15b238 100644 --- a/examples/python/volsay2.py +++ b/examples/python/volsay2.py @@ -1,4 +1,4 @@ -# Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2011 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ From the OPL model volsay.mod Using arrays. - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/volsay3.py b/examples/python/volsay3.py index 6a00ee3fe6..6ce4594be1 100644 --- a/examples/python/volsay3.py +++ b/examples/python/volsay3.py @@ -1,4 +1,4 @@ -# Copyright 2011 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2011 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ From the OPL model volsay.mod Using arrays. - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/who_killed_agatha.py b/examples/python/who_killed_agatha.py index 10fa3103a9..0c2f24b949 100644 --- a/examples/python/who_killed_agatha.py +++ b/examples/python/who_killed_agatha.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -56,7 +56,7 @@ * Zinc :http://hakank.org/minizinc/who_killed_agatha.zinc - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/word_square.py b/examples/python/word_square.py index f55222c500..8c2ff42b25 100644 --- a/examples/python/word_square.py +++ b/examples/python/word_square.py @@ -1,5 +1,5 @@ # -*- coding: latin-1 -*- -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ * JaCoP : http://www.hakank.org/JaCoP/WordSquare.java * Zinc: http://hakank.org/minizinc/word_square.zinc - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """ diff --git a/examples/python/xkcd.py b/examples/python/xkcd.py index b7faf0c172..e34d130a70 100644 --- a/examples/python/xkcd.py +++ b/examples/python/xkcd.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ * Zinc: http://www.hakank.org/minizinc/xkcd.zinc - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_cp_solver/ """ diff --git a/examples/python/young_tableaux.py b/examples/python/young_tableaux.py index 74188403e8..bbae9ea1c1 100644 --- a/examples/python/young_tableaux.py +++ b/examples/python/young_tableaux.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hakan Kjellerstrand hakank@bonetmail.com +# Copyright 2010 Hakan Kjellerstrand hakank@gmail.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -56,7 +56,7 @@ * SICStus: http://hakank.org/sicstus/young_tableaux.pl * Zinc: http://hakank.org/minizinc/young_tableaux.zinc - This model was created by Hakan Kjellerstrand (hakank@bonetmail.com) + This model was created by Hakan Kjellerstrand (hakank@gmail.com) Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/ """