1<?xml version="1.0" encoding="UTF-8"?>
2<plugin id="Gnumeric_nlsolve">
3	<information>
4		<_name>Non-Linear Program Solver</_name>
5		<_description>Non-Linear Program Solver</_description>
6	</information>
7	<loader type="Gnumeric_Builtin:module">
8		<attribute name="module_file" value="nlsolve"/>
9	</loader>
10	<services>
11		<service type="solver"
12			 id="nlsolve"
13			 model_type="nlp">
14			<information>
15			  <_description>Nlsolve</_description>
16			</information>
17		</service>
18	</services>
19</plugin>
20