[Coin-discuss] Open-source Modeling Languages

Michael Hennebry hennebry at web.cs.ndsu.NoDak.edu
Tue Nov 20 15:46:21 EST 2007


On Tue, 20 Nov 2007, Brian Borchers wrote:

> First, although many normal users produce models using a modeling
> language like AMPL, many other other users produce their problem
> instances using conventional programming languages like C.

Yup.  Some of us write programs that do things like this:
read data
generate problem
while(1) {
    solve problem
    if done break
    use solve output to edit problem
}
print result

The edit problem part can be hard with modeling language.

-- 
Mike   hennebry at web.cs.ndsu.NoDak.edu
"Horse guts never lie."  -- Cherek Bear-Shoulders




More information about the Coin-discuss mailing list