<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://interfaces.gams-software.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://interfaces.gams-software.com/feed.php">
        <title>GAMS Interfaces  Wiki</title>
        <description></description>
        <link>http://interfaces.gams-software.com/</link>
        <image rdf:resource="http://interfaces.gams-software.com/lib/images/favicon.ico" />
       <dc:date>2009-07-30T11:24:25-04:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://interfaces.gams-software.com/doku.php?id=gdx:gdxtools&amp;rev=1248803017&amp;do=diff"/>
                <rdf:li rdf:resource="http://interfaces.gams-software.com/doku.php?id=excel:excel&amp;rev=1248802911&amp;do=diff"/>
                <rdf:li rdf:resource="http://interfaces.gams-software.com/doku.php?id=user:user_contributed_software_and_tools&amp;rev=1245065834&amp;do=diff"/>
                <rdf:li rdf:resource="http://interfaces.gams-software.com/doku.php?id=ext:external_functions_in_gams&amp;rev=1237193247&amp;do=diff"/>
                <rdf:li rdf:resource="http://interfaces.gams-software.com/doku.php?id=gnuplot&amp;rev=1225691854&amp;do=diff"/>
                <rdf:li rdf:resource="http://interfaces.gams-software.com/doku.php?id=the_gams_grid_computing_facility&amp;rev=1225382321&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://interfaces.gams-software.com/lib/images/favicon.ico">
        <title>GAMS Interfaces  Wiki</title>
        <link>http://interfaces.gams-software.com/</link>
        <url>http://interfaces.gams-software.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://interfaces.gams-software.com/doku.php?id=gdx:gdxtools&amp;rev=1248803017&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-28T13:43:37-04:00</dc:date>
        <dc:creator>interfaces</dc:creator>
        <title>gdx:gdxtools</title>
        <link>http://interfaces.gams-software.com/doku.php?id=gdx:gdxtools&amp;rev=1248803017&amp;do=diff</link>
        <description>A GDX (GAMS Data Exchange) file is a file that stores the values of one or more GAMS symbols such as sets, parameters variables and equations. GDX files can be used to prepare data for a GAMS model, present results of a GAMS model, store results of the same model using different parameters etc. A GDX file does not store a model formulation or executable statements.</description>
    </item>
    <item rdf:about="http://interfaces.gams-software.com/doku.php?id=excel:excel&amp;rev=1248802911&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-28T13:41:51-04:00</dc:date>
        <dc:creator>interfaces</dc:creator>
        <title>excel:excel</title>
        <link>http://interfaces.gams-software.com/doku.php?id=excel:excel&amp;rev=1248802911&amp;do=diff</link>
        <description>A tutorial on how to use the GDX facilities in GAMS to read data from Excel and to write data to Excel.

This section gives a brief overview on how to use the GDX facilities in GAMS to read data from Excel and to write data to Excel. For more detailed information please consult the document on GDX Facilities and Tools.</description>
    </item>
    <item rdf:about="http://interfaces.gams-software.com/doku.php?id=user:user_contributed_software_and_tools&amp;rev=1245065834&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-06-15T07:37:14-04:00</dc:date>
        <dc:creator>interfaces</dc:creator>
        <title>user:user_contributed_software_and_tools</title>
        <link>http://interfaces.gams-software.com/doku.php?id=user:user_contributed_software_and_tools&amp;rev=1245065834&amp;do=diff</link>
        <description>Some of our users have developed software that helps them use GAMS more efficiently or enables them to interface GAMS with other systems or software packages they use to do their work. If you would like to contribute some of your software, we can help you to make it publicly accessible - just drop us a line.</description>
    </item>
    <item rdf:about="http://interfaces.gams-software.com/doku.php?id=ext:external_functions_in_gams&amp;rev=1237193247&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-03-16T04:47:27-04:00</dc:date>
        <dc:creator>interfaces</dc:creator>
        <title>ext:external_functions_in_gams</title>
        <link>http://interfaces.gams-software.com/doku.php?id=ext:external_functions_in_gams&amp;rev=1237193247&amp;do=diff</link>
        <description>Motivation


Nonlinear models solved by (recent versions of) CONOPT, MINOS or SNOPT can contain socalled external functions. External functions are constraints of the form
 F(y) = 0
that are not specified in GAMS but in a separate subroutine. The subroutine needs to be packaged in a DLL (dynamic link library) for Windows, or shared object for Unix systems. A DLL can be written in most popular languages: C/C++, Delphi, Visual Basic, Fortran etc.</description>
    </item>
    <item rdf:about="http://interfaces.gams-software.com/doku.php?id=gnuplot&amp;rev=1225691854&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-03T00:57:34-04:00</dc:date>
        <dc:creator>interfaces</dc:creator>
        <title>gnuplot</title>
        <link>http://interfaces.gams-software.com/doku.php?id=gnuplot&amp;rev=1225691854&amp;do=diff</link>
        <description>Introduction and Basics

Using the Put Writing Facility data and scripts can easily setup for use with Gnuplot. An example is:



set k /k1*k500/;
set a /a1*a4/;
parameter aval(a) /a1 0.5, a2 1, a3 3, a4 10/;
scalar xlo /0.0001/;
scalar xup /16/;
scalar n;     n = card(k);
scalar step;  step = (xup-xlo)/n;
parameter xpoint(k);    xpoint(k) = xlo + step*(ord(k)-1);
parameter ypoint(k,a);    ypoint(k,a) = incgamma(xpoint(k),aval(a));
display xpoint,ypoint;

file datafile /incgamma.dat/;
put datafi…</description>
    </item>
    <item rdf:about="http://interfaces.gams-software.com/doku.php?id=the_gams_grid_computing_facility&amp;rev=1225382321&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-30T11:58:41-04:00</dc:date>
        <dc:creator>interfaces</dc:creator>
        <title>the_gams_grid_computing_facility</title>
        <link>http://interfaces.gams-software.com/doku.php?id=the_gams_grid_computing_facility&amp;rev=1225382321&amp;do=diff</link>
        <description>Note: This is copy of appendix J of the GAMS User's Guide.

Introduction


As systems with multiple CPUs and High Performance Computing Grids are becoming available more widely, the GAMS language has been extended to take advantage of these new environments. New language features facilitate the management of asynchronous submission and collection of model solution tasks in a platform independent fashion. A simple architecture relying on existing operating system functionality allows for rapid in…</description>
    </item>
</rdf:RDF>
