Skip to content

Add support of JuMP variable/constraint names on GAMS level #12

@MartinBonde

Description

@MartinBonde

I am sending a JuMP model to CONOPT4 using GAMS.jl and get an error/warning:
** Error in Square System: A variable tries to exceed its bound.

This is perfectly familiar and I get more information by looking in the generated moi.lst file
to find out which variable is the culprit:

**** ERRORS/WARNINGS IN VARIABLE x382
1 error(s): The variable tries to exceed its bound.

Is there any way of identifying what “x382” refers to in the above?

miles.lubin on discourse suggested opening an issue since "JuMP does provide the capability to pass variable names down to the solver."

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions