Arvangen
Arvangen

Reputation: 127

Add AMPL to SCITE editor and add GLPK solver

Can someone explain me step by step how to add AMPL to SCITE editor and add GLPK solver ?

Upvotes: 1

Views: 786

Answers (2)

ns-1m
ns-1m

Reputation: 341

If you are windows userr, get GUSEK - SciTE editor and it is designed to work GMPL/MathProg (GMPL). MathProg is subset of AMPL. GUSEK uses GLPK as solver.

http://gusek.sourceforge.net/gusek.html

You can also use GLPK Lab for Windows.

http://glpklabw.sourceforge.net/

GLPK/MathProg is FOSS software -- FREE.

Linux users, just copy the some of the files from GLPK lab or GUSEK to gtk SciTE.

Upvotes: 0

vitaut
vitaut

Reputation: 55524

You can find instructions on how to use AMPL with SCITE and GLPK here.

Upvotes: 1

Related Questions