1.12.42
[gnumeric.git] / plugins / lpsolve / plugin.xml.in
blob898373149b53ab7db3732ebd0012c6b545e3ad6b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <plugin id="Gnumeric_lpsolve">
3 <information>
4 <_name>LPSolve Linear Program Solver Interface</_name>
5 <_description>Solver Interface to LPSolve</_description>
6 </information>
7 <loader type="Gnumeric_Builtin:module">
8 <attribute name="module_file" value="lpsolve"/>
9 </loader>
10 <services>
11 <service type="file_saver"
12 id="lpsolve"
13 save_scope="sheet"
14 file_extension="lp"
15 mime_type="application/lpsolve"
16 format_level="write_only">
17 <information>
18 <_description>LPSolve Linear Program Solver</_description>
19 </information>
20 </service>
21 <service type="solver"
22 id="lpsolve"
23 model_type="mip">
24 <information>
25 <_description>LPSolve</_description>
26 </information>
27 </service>
28 </services>
29 </plugin>