GLPK for C#/CLI
1.10.0
Xypron
>
Projects
>
GLPK for C#/CLI
> Doxygen
Main Page
+
Namespaces
Namespace List
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
c
d
g
h
i
n
o
r
+
Functions
a
c
d
g
i
n
o
r
Properties
+
Files
File List
•
All
Classes
Namespaces
Functions
Properties
Pages
swig-cli
src
csharp
assembly.cs
1
using
System
;
2
using
System
.Reflection;
3
4
// Assembly version
5
[assembly:AssemblyVersionAttribute(
6
"1.10.0.0"
)]
7
[assembly:AssemblyCopyrightAttribute(
8
"Heinrich Schuchardt <xypron.glpk@gmx.de>, GPLv3"
)]
9
[assembly:AssemblyProductAttribute(
10
"GLPK for C#/CIL"
)]
11
12
// Mark assembly as compliant
13
[assembly:CLSCompliant(
true
)]
System
Generated on Sun Feb 25 2018 14:11:50 for GLPK for C#/CLI by
1.8.13