﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	revision
457	File export functionality for the LP interface	Alpar Juttner	Alpar Juttner	"The attached solution implements a simple
{{{
write(std::string fname, std::string format);
}}}
member function, where `fname` is a filename and `format` is a file format name. The backends must reimplement the corresponding `_write(...)` virtual function. If the format is not supported by the backend an `UnsupportedFormatError` exception is thrown.

Currently only two backends are implemented.
 - `CplexBase` supports saving in `MPS`, `LP` and `SOL` formats (this latter saves the solution).
 - `GlpkBase` supports `MPS` and `LP`.
"	enhancement	closed	major	LEMON 1.3 release	core	hg main	done			
