﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	revision
5	LpGlpk::_setColName strange naming bug	Alpar Juttner	Balazs Dezso	"Setting column names of GLPK is not working properly.

This change would solve the problem:

{{{
lp_glpk.cc line 117
void LpGlpk::_setColName(int col, const std::string & name)
{
- lpx_set_col_name(lp,col,const_cast(name.c_str()));
+ lpx_set_col_name(lp,col,const_cast((""[""+name+""]"").c_str())); 
}
}}}

  This ticket is a copy of report !#17 of the old bug tracking system. It refers to svn trunk -!r2474. The original report was posted by Janos Tapolcai."	defect	closed	critical	LEMON 1.1 release	core	svn trunk	fixed			
