J'ai enfin réactualisé mon wrappeur C# avec la toute dernière version de GLPK (4.34).
Toutes les fonctions de l'API sont disponibles depuis C#. Par contre, elles n'ont pas été testées donc il s'agit plus d'une beta que d'une version de production.
D'ailleurs toutes les contributions et encouragements sont les bienvenus. (exemples d'utilisation, patchs, rapports d'anomalie....)
Pour mémoire, ce wrappeur C# est écrit en C++/CLI avec VS2005 et contient la librairie GLPK 4.34 (compilation statique), il n'y a donc aucune dépendance.

glpksharp binaries
glpksharp VS2005 sources
GLPKSharp est sous licence CeCILLv2
GLPKSharp is released under CeCILLv2 license.

For english speakers

Here is GLPK# (GLPKSharp) 4.34 for GLPK 4.34.
GLPKSharp is a C# wrapper for glpk written in C++/CLI.
It is meant to make the use of glppk very easy under C#.
As usual it is statically linked with glpk and provides full features of GLPK API (including Terminal and Branch an cut callbacks)

It is provided in a compiled (with VS2005) version and with full source code.
Feel free to submit any patch you may think is useful.

If you think this project is useful and should be pursued, then feel free to support it by your contributions or encouragements.

YO.