Difference: AMPLGuide (1 vs. 16)

Revision 162020-10-06 - TomAdams

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
<-- Ready to Review - done - Lauren-->

AMPL Guide

AMPL stands for "A Mathematical Programming Language". It is used to describe mathematical programmes.

Changed:
<
<
AMPL is a commerical software package from Bell Laboratories and is also distributed by ILOG along with the mixed-integer linear programme solver CPLEX.
>
>
AMPL is a commerical software package from Bell Laboratories and is also distributed by ILOG along with the mixed-integer linear programme solver CPLEX.
  For more details see the main AMPL website:
Changed:
<
<
www.ampl.com
>
>
www.ampl.com
  and there is a good, fairly comprehensive book on AMPL:
Changed:
<
<
AMPL: A Modeling Language for Mathematical Programming
>
>
AMPL: A Modeling Language for Mathematical Programming
 
Changed:
<
<
However, you don't need to pay for AMPL right away! There is a limited functionality student version which also provides CPLEX (the mixed-integer linear programme solver from ILOG) and MINOS (the nonlinear programme solver from the Systems Optimization Laboratory at Stanford University). This Student Version will have enough functionality for most of the problems you will encounter in the case studies on the OpsRes Web.
>
>
However, you don't need to pay for AMPL right away! There is a limited functionality student version which also provides CPLEX (the mixed-integer linear programme solver from ILOG) and MINOS (the nonlinear programme solver from the Systems Optimization Laboratory at Stanford University). This Student Version will have enough functionality for most of the problems you will encounter in the case studies on the OpsRes Web.
 
Changed:
<
<
You can also use AMPL over the web at the AMPL web interface or you can use AMPL as an interface to many diferent optimisation solvers at the NEOS Server for Optimization.
>
>
You can also use AMPL over the web at the AMPL web interface or you can use AMPL as an interface to many diferent optimisation solvers at the NEOS Server for Optimization.
 
Changed:
<
<
Notation In this AMPL Guide we will enclose required user input with < and > and optional user input with [ and ], e.g.,
var <varname> [vartype];

>
>
Notation In this AMPL Guide we will enclose required user input with < and > and optional user input with [ and ], e.g.,

var <varname> [vartype];

 
Added:
>
>
 means that the user must supply varname (the variable name), but has the option to either specify vartype (the type of variable) or not (the type will default to a real variable).

Further AMPL topics

Revision 152008-05-06 - MichaelOSullivan

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
<-- Ready to Review - done - Lauren-->

AMPL Guide

Line: 30 to 30
 
Deleted:
<
<
 
Added:
>
>
  -- TWikiAdminGroup - 24 Feb 2008 \ No newline at end of file

Revision 142008-05-06 - MichaelOSullivan

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
<-- Ready to Review - done - Lauren-->

AMPL Guide

Line: 30 to 30
 
Deleted:
<
<
 
Added:
>
>
  -- TWikiAdminGroup - 24 Feb 2008 \ No newline at end of file

Revision 132008-04-06 - MichaelOSullivan

Line: 1 to 1
Changed:
<
<
META TOPICPARENT name="Trash.OpsRes_ForumWebHome"
>
>
META TOPICPARENT name="WebHome"
 
<-- Ready to Review - done - Lauren-->

AMPL Guide

Revision 122008-04-02 - MichaelOSullivan

Line: 1 to 1
 
META TOPICPARENT name="Trash.OpsRes_ForumWebHome"
<-- Ready to Review - done - Lauren-->

AMPL Guide

Line: 30 to 30
 
Added:
>
>
 

-- TWikiAdminGroup - 24 Feb 2008 \ No newline at end of file

Revision 112008-03-17 - TWikiAdminUser

Line: 1 to 1
 
META TOPICPARENT name="Trash.OpsRes_ForumWebHome"
<-- Ready to Review - done - Lauren-->

AMPL Guide

Line: 26 to 26
 means that the user must supply varname (the variable name), but has the option to either specify vartype (the type of variable) or not (the type will default to a real variable).

Further AMPL topics

Changed:
<
<
>
>
 

Revision 102008-03-17 - TWikiAdminUser

Line: 1 to 1
Changed:
<
<
META TOPICPARENT name="WebHome"
>
>
META TOPICPARENT name="Trash.OpsRes_ForumWebHome"
 
<-- Ready to Review - done - Lauren-->

AMPL Guide

Line: 15 to 15
  AMPL: A Modeling Language for Mathematical Programming
Changed:
<
<
However, you don't need to pay for AMPL right away! There is a limited functionality student version which also provides CPLEX (the mixed-integer linear programme solver from ILOG) and MINOS (the nonlinear programme solver from the Systems Optimization Laboratory at Stanford University). This Student Version will have enough functionality for most of the problems you will encounter in the case studies on the OpsRes Web.
>
>
However, you don't need to pay for AMPL right away! There is a limited functionality student version which also provides CPLEX (the mixed-integer linear programme solver from ILOG) and MINOS (the nonlinear programme solver from the Systems Optimization Laboratory at Stanford University). This Student Version will have enough functionality for most of the problems you will encounter in the case studies on the OpsRes Web.
  You can also use AMPL over the web at the AMPL web interface or you can use AMPL as an interface to many diferent optimisation solvers at the NEOS Server for Optimization.

Revision 92008-03-09 - LaurenJackson

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
Changed:
<
<
<-- Ready to Review -->
>
>
<-- Ready to Review - done - Lauren-->
 

AMPL Guide

AMPL stands for "A Mathematical Programming Language". It is used to describe mathematical programmes.

Revision 82008-03-02 - MichaelOSullivan

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
<-- Ready to Review -->

AMPL Guide

Line: 19 to 19
  You can also use AMPL over the web at the AMPL web interface or you can use AMPL as an interface to many diferent optimisation solvers at the NEOS Server for Optimization.
Changed:
<
<
Notation In this AMPL Guide we will enclose required user input with < and > and _optional- user input with [ and ], e.g.,
>
>
Notation In this AMPL Guide we will enclose required user input with < and > and optional user input with [ and ], e.g.,
 
var <varname> [vartype];

Revision 72008-02-27 - MichaelOSullivan

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
<-- Ready to Review -->

AMPL Guide

Line: 19 to 19
  You can also use AMPL over the web at the AMPL web interface or you can use AMPL as an interface to many diferent optimisation solvers at the NEOS Server for Optimization.
Added:
>
>
Notation In this AMPL Guide we will enclose required user input with < and > and _optional- user input with [ and ], e.g.,
var <varname> [vartype];
means that the user must supply varname (the variable name), but has the option to either specify vartype (the type of variable) or not (the type will default to a real variable).
 

Further AMPL topics

Revision 62008-02-27 - MichaelOSullivan

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
<-- Ready to Review -->

AMPL Guide

Changed:
<
<
AMPL stands for "A Modeling Language for Mathematical Programming" - dude, acronyms are by no way my strong point, but isn't "A Mathematical Programming Language" more likely? - Cam. It is used to describe mathematical programmes.
>
>
AMPL stands for "A Mathematical Programming Language". It is used to describe mathematical programmes.
  AMPL is a commerical software package from Bell Laboratories and is also distributed by ILOG along with the mixed-integer linear programme solver CPLEX.
Line: 15 to 15
  AMPL: A Modeling Language for Mathematical Programming
Changed:
<
<
However, you don't need to pay for AMPL right away! There is a limited functionality student version which also provides CPLEX (the mixed-integer linear programme solver from ILOG) and MINOS (the nonlinear programme solver from the Systems Optimization Laboratory at Stanford University). This Student Version will have enough functionality for the - lose "the", should we be saying "all"? - cam many of the problems you will encounter in the case studies on the OpsRes Web.
>
>
However, you don't need to pay for AMPL right away! There is a limited functionality student version which also provides CPLEX (the mixed-integer linear programme solver from ILOG) and MINOS (the nonlinear programme solver from the Systems Optimization Laboratory at Stanford University). This Student Version will have enough functionality for most of the problems you will encounter in the case studies on the OpsRes Web.
 
Changed:
<
<
You can also use AMPL over the web at the AMPL website's - lose "website's" - cam web interface or you can use AMPL as an interface to many diferent optimisation solvers at the NEOS Server for Optimization.
>
>
You can also use AMPL over the web at the AMPL web interface or you can use AMPL as an interface to many diferent optimisation solvers at the NEOS Server for Optimization.
 

Further AMPL topics

Added:
>
>
 

Revision 52008-02-25 - TWikiAdminUser

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
<-- Ready to Review -->

AMPL Guide

Changed:
<
<
AMPL stands for "A Modeling Language for Mathematical Programming". It is used to describe mathematical programmes.
>
>
AMPL stands for "A Modeling Language for Mathematical Programming" - dude, acronyms are by no way my strong point, but isn't "A Mathematical Programming Language" more likely? - Cam. It is used to describe mathematical programmes.
 
Changed:
<
<
AMPL is a commerical software package from Bell Laboratories and is also distributed by ILOG along with the mixed-integer linear programme solver CPLEX.
>
>
AMPL is a commerical software package from Bell Laboratories and is also distributed by ILOG along with the mixed-integer linear programme solver CPLEX.
  For more details see the main AMPL website:
Line: 16 to 15
  AMPL: A Modeling Language for Mathematical Programming
Changed:
<
<
However, you don't need to pay for AMPL right away! There is a limited functionality student version which also provides CPLEX (the mixed-integer linear programme solver from ILOG) and MINOS (the nonlinear programme solver from the Systems Optimization Laboratory at Stanford University). This Student Version will have enough functionality for the many of the problems you will encounter in the case studies on the OpsRes Web.
>
>
However, you don't need to pay for AMPL right away! There is a limited functionality student version which also provides CPLEX (the mixed-integer linear programme solver from ILOG) and MINOS (the nonlinear programme solver from the Systems Optimization Laboratory at Stanford University). This Student Version will have enough functionality for the - lose "the", should we be saying "all"? - cam many of the problems you will encounter in the case studies on the OpsRes Web.
 
Changed:
<
<
You can also use AMPL over the web at the AMPL website's web interface or you can use AMPL as an interface to many diferent optimisation solvers at the NEOS Server for Optimization.
>
>
You can also use AMPL over the web at the AMPL website's - lose "website's" - cam web interface or you can use AMPL as an interface to many diferent optimisation solvers at the NEOS Server for Optimization.
 

Further AMPL topics

Revision 42008-02-25 - MichaelOSullivan

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
<-- Ready to Review -->

AMPL Guide

Line: 20 to 20
 which also provides CPLEX (the mixed-integer linear programme solver from ILOG) and MINOS (the nonlinear programme solver from the Systems Optimization Laboratory at Stanford University). This Student Version
Changed:
<
<
will have enough functionality for the many of the problems you will encounter in the case studies on the !OpsRes Web.
>
>
will have enough functionality for the many of the problems you will encounter in the case studies on the OpsRes Web.
  You can also use AMPL over the web at the AMPL website's web interface or you can use AMPL as an interface to many diferent
Changed:
<
<
optimisation solvers at the [[https://www-neos.mcs.anl.gov/"][NEOS Server for Optimization].
>
>
optimisation solvers at the NEOS Server for Optimization.
 

Further AMPL topics

Revision 32008-02-25 - MichaelOSullivan

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
Changed:
<
<
<-- Under Construction -->
>
>
<-- Ready to Review -->
 

AMPL Guide

AMPL stands for "A Modeling Language for Mathematical Programming". It is used to describe mathematical programmes.

Added:
>
>
AMPL is a commerical software package from Bell Laboratories and is also distributed by ILOG along with the mixed-integer linear programme solver CPLEX.

For more details see the main AMPL website:

www.ampl.com

and there is a good, fairly comprehensive book on AMPL:

AMPL: A Modeling Language for Mathematical Programming

However, you don't need to pay for AMPL right away! There is a limited functionality student version which also provides CPLEX (the mixed-integer linear programme solver from ILOG) and MINOS (the nonlinear programme solver from the Systems Optimization Laboratory at Stanford University). This Student Version will have enough functionality for the many of the problems you will encounter in the case studies on the !OpsRes Web.

You can also use AMPL over the web at the AMPL website's web interface or you can use AMPL as an interface to many diferent optimisation solvers at the [[https://www-neos.mcs.anl.gov/"][NEOS Server for Optimization].

Further AMPL topics

 

-- TWikiAdminGroup - 24 Feb 2008 \ No newline at end of file

Revision 22008-02-25 - MichaelOSullivan

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
<-- Under Construction -->

AMPL Guide

Added:
>
>
AMPL stands for "A Modeling Language for Mathematical Programming". It is used to describe mathematical programmes.
 

-- TWikiAdminGroup - 24 Feb 2008

Revision 12008-02-24 - TWikiAdminUser

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="WebHome"
<-- Under Construction -->

AMPL Guide

-- TWikiAdminGroup - 24 Feb 2008

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback