[Coin-discuss] Modeling Language

Tom Browder tom3 at fwb.asi.srs.com
Mon Jun 28 16:08:57 EDT 2004


-----Original Message-----
From: coin-discuss-admin at www-124.ibm.com
[mailto:coin-discuss-admin at www-124.ibm.com] On Behalf Of Leo Lopes
Sent: Monday, June 28, 2004 9:44 AM
Subject: Re: [Coin-discuss] Modeling Language
	I think it might help if you are a little more specific about what 
features of GAMS you are looking for. For example: Set based modeling, 
Non-linear support, Access to external data sources, etc...
Or are you looking for a language that will emulate closely GAMS' syntax?
<snip>

My immediate interest is in the set and looping capability of GAMS for
linear and mixed integer programming.

And I would like to be able to emulate as much of GAMS language and
functionality as possible.  All leading to, as Alan has said, the concept of
open interfaces to language and solvers of choice, access to data
structures, etc.

A process something like:

  modeling language (ML) of choice =>
  ML parser =>
  COIN-OR language =>
  compiler =>
  object code instructions =>
    prepare data and other model elements
    while (!done) {
      send model to solver
      extract data
      prepare/interpret/modify data as desired
    }    

Tom





More information about the Coin-discuss mailing list