To interface with Gurobi in C#, you can use the Gurobi interface for .NET. Gurobi provides a .NET assembly, called GurobiNET.dll, which provides access to the Gurobi Optimizer from .NET languages such as C#.
Here are the steps to interface with Gurobi in C#:
main.cs14 chars2 lines
main.cs27 chars2 lines
main.cs36 chars2 lines
main.cs18 chars2 lines
Here's an example code snippet that shows how to interface with Gurobi in C#:
main.cs1461 chars50 lines
gistlibby LogSnag