Norman Tran

Results 3 issues of Norman Tran

## Fixes #3624 ## Summary/Motivation: When parsing the results of a model after it has been solved, the level and dual value are obtained through a series of `if` statements...

## Summary Updating the `attempt_import` statement in `pyomo\solvers\plugins\solvers\GAMS.py` from `gdxcc` to `gams.core.gdx` to use GAMS new API. ### Rationale The `attempt_import` statement returns `gdxcc_available` as a boolean value that parses...

enhancement

## Fixes NA ## Summary/Motivation: This PR introduced a new GAMS solver interface that uses the `LinearRepnVisitor` to enable coefficient gathering when writing out the scalar GAMS model in `gms`...