[Libreoffice-bugs] [Bug 134529] [ENHANCEMENT] Save Solver configurations into the ODS file for each sheet

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Mar 11 14:48:41 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=134529

--- Comment #2 from Rafael Lima <rafael.palma.lima at gmail.com> ---
(In reply to Buovjaga from comment #1)
> Solver is an extension. I'm not sure how to treat this. Asking design team
> for help.

Actually, only the Non-Linear solver is implemented as an extension, which is
installed by default.

The linear solvers and the swarm solver are implemented in C++. The solvers are
located in the following files:
 /core/hwpfilter/source/solver.cxx
 /core/sccomp/source/solver/LpsolveSolver.cxx
 /core/sccomp/source/solver/CoinMPSolver.cxx
 /core/sccomp/source/solver/SolverComponent.cxx
 /core/sccomp/source/solver/SwarmSolver.cxx

What needs to be done is to save, for each sheet, the solver configurations
filled in by the user, so that when the file is saved, closed, and reopened,
the settings can be recovered when the user goes to Tools -> Solver again.

In short, I'm proposing to implement the same method MS Excel uses to deal with
solver configuration.

I have a great interest in this being implemented, because I use the Solver all
the time in my classes. If someone can supervise/guide me, I volunteer to
implement this feature.

My main concern is how to save these settings in the ODF format.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210311/5b287f3e/attachment.htm>


More information about the Libreoffice-bugs mailing list