SimpleMipProgram add import region tag

This commit is contained in:
Corentin Le Molgat
2019-05-13 10:04:00 +02:00
parent 15fffb8409
commit 3eea98e3ad
4 changed files with 8 additions and 0 deletions

View File

@@ -12,8 +12,10 @@
// limitations under the License.
// [START program]
// [START import]
using System;
using Google.OrTools.LinearSolver;
// [END import]
public class SimpleMipProgram
{