expand init API

This commit is contained in:
Laurent Perron
2021-03-23 19:46:34 +01:00
parent 18ef191443
commit 78b814ddcb
3 changed files with 14 additions and 7 deletions

View File

@@ -100,6 +100,8 @@ public class CsIntegerProgramming
static void Main()
{
Google.OrTools.Init.Init.InitCppLogging("csintegerprogramming.cs", true, false);
Console.WriteLine("---- Integer programming example with GLPK ----");
RunIntegerProgrammingExample("GLPK");
Console.WriteLine("---- Linear programming example with CBC ----");