Web Development
perlampl.txt
Associated article: Metamodeling with Perl and AMPL
Tags: Web Development
Published source code accompanying the article by Christian Hicks and Dessislava Pachamanova in which they create sophisticated financial models that require simulation, statistical analysis, and multi-stage optimization using AMPL and Perl. Also see PERLAMPL.ZIP.
Metamodeling with Perl and AMPL by Christian Hicks and Dessislava Pachamanova Listing One %kMonthHash = ("Jan" => 1, "Feb" => 2, "Mar" => 3, "Apr" => 4, "May" => 5, "Jun" => 6, "Jul&...