Re: new simplex-method constraint solver

Adam Megacz <[email protected]> Sat, 03 Apr 2004 19:40:49 -0800
Newsgroups gmane.comp.java.xwt.core
Organization XWT
Message-ID <[email protected]>
Adam Megacz <[email protected]> writes:
> There's a TON of room for performance improvement in the constraint
> solver

Also, I think incremental solving (preloading the basis matrix with
the correct solution from the last round of layout) would help a lot
too, especially in situations where a box has 1,000 children and only
two of them change...

  - a