QSopt supports two ASCII formats for specifying LP and MIP problems. The formats are based on two industry standards, the MPS format and the LP format .

Both formats provide convenient mechanisms to define an LP or MIP problem, that is

The QSopt parser expects that all problems that it reads have at least one constraint and at least one variable. The objective function that it reads may be empty, that is, it may contain no terms; in such a case, the optimization routines attempt only to find a feasible solution when solving the problem.