linear_solver: add tag to BasicExample.cs

This commit is contained in:
Mizux Seiha
2022-08-23 17:28:51 +02:00
parent b7313fe166
commit 4e46b34133

View File

@@ -13,8 +13,10 @@
// Minimal example to call the GLOP solver.
// [START program]
// [START import]
using System;
using Google.OrTools.LinearSolver;
// [END import]
public class BasicExample
{