linear_solver: Add missing import region tag

This commit is contained in:
Mizux Seiha
2020-12-07 16:00:32 +01:00
parent 9ca0a26ac2
commit 0e615d5ad9
3 changed files with 6 additions and 1 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 LinearProgrammingExample
{