Backport samples from g3 to gh

This commit is contained in:
Corentin Le Molgat
2020-05-26 09:30:42 +02:00
committed by Mizux Seiha
parent f6e8068486
commit a62f22df9c
57 changed files with 1307 additions and 13 deletions

View File

@@ -13,6 +13,7 @@
// Minimal example to call the MIP solver.
// [START program]
package com.google.ortools.linearsolver.samples;
// [START import]
import com.google.ortools.linearsolver.MPConstraint;
import com.google.ortools.linearsolver.MPObjective;