linear_solver: add tag to BasicExample.cs
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user