conroylau / lpinfer

lpinfer: An R Package for Inference in Linear Programs
GNU General Public License v3.0
3 stars 5 forks source link

Is the remark column used for anything other than the final iteration? #8

Closed a-torgovitsky closed 4 years ago

a-torgovitsky commented 4 years ago

If not, then remove it and save the string as something else e.g. termination.lb and termination.ub Otherwise it's a bit odd to have empty strings for most entries in the table except the last once which has a very long string

conroylau commented 4 years ago

Done! Removed the remark column from the data frame df_bis and created two strings to store the message.

a-torgovitsky commented 4 years ago

Great I guess we should return just a single 2--dimensional vector with two strings: termination$ub termination$lb

conroylau commented 4 years ago

Good idea!