office-gobmx/nlpsolver
Caolán McNamara 5c299f0112 cid#1489772 UR: Uninitialized read of field in constructor
pass in SearchPoint to initialize pbest_t before it is then
passed to setMemPoints

setMemPoints sets the pbest_t variable of AbsGTBehavior so
calling setPbest on AbsGTBehavior subclasses after calling
that doesn't do anything so drop it, and then DEPSAgent.setPbest
isn't needed anymore

Change-Id: Id4fdc770cefc0f801218dc9bf51a6dc5b1e25d5a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120115
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-08-06 15:22:37 +02:00
..
help/en/com.sun.star.comp.Calc.NLPSolver
src cid#1489772 UR: Uninitialized read of field in constructor 2021-08-06 15:22:37 +02:00
ThirdParty/EvolutionarySolver/src/net/adaptivebox cid#1489772 UR: Uninitialized read of field in constructor 2021-08-06 15:22:37 +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.