A simple tool providing similar functionality to that of the gjh "solver" distributed with the AMPL Solver Library. NLP information is summarized in a JSON-formatted output file.
- $ cd Thirdparty/
- $ ./get.ASL
- $ cd ..
- $ make
- $ gjh_asl_json stub.nl rows=stub.row cols=stub.col
- $ python
>>> import json
>>> with open('stub.json') as f:
>>> gjh = json.load(f)