help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] Simplex error message


From: Andrew Makhorin
Subject: Re: [Help-glpk] Simplex error message
Date: Fri, 4 Nov 2005 23:31:43 +0300

> using the simplex of  the glpk I got an error message which says: the basis
> matrix is singuar.  Can You tell me what is meant, because I think the basis
> matrix  is the unity and therefore not singular.

This means that the matrix built from columns (of the original
constraint matrix) corresponding to basic variables is singular.

By default the solver glpsol starts from an advanced basis whose
matrix is triangular, not unity. If you need the solver to start
from the unity matrix, use the option `--std'.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]