office-gobmx/nlpsolver
Julien Nabet 371ae1cf23 nlpsolver: DEPSAgent doesn't implement ILibEngine
Fix this error:
/home/julien/lo/libreoffice/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/deps/DEPSAgent.java:45: error: DEPSAgent is not abstract and does not override abstract method setLibrary(Library) in ILibEngine
public class DEPSAgent implements ILibEngine {
       ^
1 error

(on pc Debian testing x86-64 with master sources updated today
openjdk 11.0.11 2021-04-20
OpenJDK Runtime Environment (build 11.0.11+9-post-Debian-1)
OpenJDK 64-Bit Server VM (build 11.0.11+9-post-Debian-1, mixed mode, sharing)
)

Change-Id: I1ce2d1a9ddee1020889f1a7a8fcd3387980b241f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119119
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-07-18 10:47:45 +02:00
..
help/en/com.sun.star.comp.Calc.NLPSolver
src Revert "Some lower objects coupling." 2021-07-18 10:35:16 +02:00
ThirdParty/EvolutionarySolver/src/net/adaptivebox nlpsolver: DEPSAgent doesn't implement ILibEngine 2021-07-18 10:47:45 +02:00
Extension_nlpsolver.mk
Jar_EvolutionarySolver.mk
Jar_nlpsolver.mk
Makefile
Module_nlpsolver.mk
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00

New Linear Programming Solver (nlpsolver)

This extension integrates into LibreOffice Calc and offers new Solver engines to use for optimizing nonlinear programming models.

As there is no known upstream source for nlpsolver/ThirdParty/EvolutionarySolver, the code is considered internal and can be modified like any other internal code.