Solving a linear program at database layer - continued

Jorge Garcia de Alba <[email protected]> Thu, 18 May 2023 12:12:25 -0500
Newsgroups gmane.comp.java.hsqldb.user
Message-ID <CAEVgvV-y8tC3zE7mrt90p65sfDTLSj1SVn5HJ6Zpv7-SUVkBmw@mail.gmail.com>
Hello,

What I would really like to do is read my coefficients off a table and
get the value of the objective function, the actual values of the
variables, the actual values of the constraints and which constraints
are binding.

Jorge