From: David K. <dav...@ak...> - 2019-03-20 12:08:02
|
On Wed, Mar 20, 2019 at 6:59 AM <ss...@pu...> wrote: > Hello, David. > > > > First of all, thank you for your kind reply to the last question. > > > > This time, I have a simple question in the SCM code. > > > > From “rb_scm_evaluation.C,” I knew the SCM in libMesh uses the glpk > package for the simplex method to solve the LP. > > Here I would like to know if this code is based on either a primal or dual > simplex method. > > > > I guess the answer to this is the primal simplex method, which is the > default setting of the glpk package, is this correct? > Yes, that's correct. David |