summaryrefslogtreecommitdiff
path: root/sccomp/source/solver/coinmpsolver.component
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-03-31 19:18:41 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-04-01 11:04:33 +0200
commitde7cdbc5840fd7d958d486901e405890eff224b9 (patch)
tree17de32fdc1bc69138c44ca22c81d3115871c8f2a /sccomp/source/solver/coinmpsolver.component
parent8dc394d5c573e5583760c7cc56c5c19062d3f062 (diff)
Install coinmp and lpsolve linear solvers in parallel.
Change-Id: If07d94a2f646c8377b76fdf645e85f9491e4f061
Diffstat (limited to 'sccomp/source/solver/coinmpsolver.component')
-rw-r--r--sccomp/source/solver/coinmpsolver.component15
1 files changed, 15 insertions, 0 deletions
diff --git a/sccomp/source/solver/coinmpsolver.component b/sccomp/source/solver/coinmpsolver.component
new file mode 100644
index 000000000000..0feb3d0b4f13
--- /dev/null
+++ b/sccomp/source/solver/coinmpsolver.component
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ -->
+
+<component loader="com.sun.star.loader.SharedLibrary" prefix="coinmp"
+ xmlns="http://openoffice.org/2010/uno-components">
+ <implementation name="com.sun.star.comp.Calc.CoinMPSolver">
+ <service name="com.sun.star.sheet.Solver"/>
+ </implementation>
+</component>