Hi all,

Just FYI, I have uploaded a new snapshot of Optimization Solver on my website:

http://kohei.us/ooo/solver/

The only visible change is that the new snapshot can now define
multiple constraints from a set of equally-shaped cell ranges.  For
instance,

$Sheet1.A1:A3 <= $Sheet1.B1:B3

will be splitted into the following three constraints.

A1 <= B1
A2 <= B2
A3 <= B3

For this to work, the shape of the cell ranges on both sides of the
equality sign must match, or you'll get an error message, but they are
allowed to be on different sheets.

In the previous snapshot, only the upperleft cell was used when a cell
range was given in the constraint dialog, which was a bit
inconvenient.

Besides this change, there are other changes made to this revision,
but they are all internal, and not worth mentioning.

Again, at this moment, this solver only solves a linear model.  I'm
currently working on the non-linear algorithm.

Regards,
Kohei

--
Kohei Yoshida
OpenOffice.org Calc contributor
http://kohei.us/ooo/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to