Xpress-Optimizer .NET interface examples
----------------------------------------


Each source file that uses the Optimizer should import the Optimizer namespace and 
should be compiled with a reference to xprsdn.  Users will need to add the the 
xpressmp/lib/nuget folder as a NuGet package source to compile and build these
examples.

Once this is done, the examples can be compiled either from Visual Studio or
by using the command "dotnet build" from the .NET CLI.



