Add missing basic examples

C++:
 - [Up] linear_programming
 - [Up] integer_programming
 - constraint_programming_CP / rabbits_pheasants_cp
 - knapsack
 - max_flow / min_cost_flow
 - tsp / vrp
note: previous "fuzzy" tsp has been renamed random_tsp.

.Net:
 - vrp
This commit is contained in:
Corentin Le Molgat
2018-09-26 11:02:04 +02:00
parent a2978f293d
commit 027f5cc3f8
15 changed files with 1133 additions and 271 deletions

View File

@@ -12,7 +12,6 @@
// limitations under the License.
import java.io.*;
import static java.lang.Math.abs;
//import java.util.*;
import com.google.ortools.constraintsolver.RoutingModel;
import com.google.ortools.constraintsolver.NodeEvaluator2;