﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1532	Rglpk::solveLP falla	Jorge	Jorge	"El ejemplo que viene con la documentación de Rglpk::solveLP falla.

{{{
#!java
Set sol2 = { 
Matrix obj = ((2,1,3)); 
Matrix mat = ((-1,2,1), 
(0,4,-3), 
(1,-3,2)); 
Matrix rhs = ((4,2,3)); 

Set idxInt = [[1,3]]; 

Set sol=Rglpk::solveLP(obj, mat, rhs, 
{[[Set idxInt, Real verbose=TRUE, Real max=TRUE]]}) 
}; 
}}}"	defect	new	high	Mantainance	Math	3.1	major			
