Skip to content

ghackebeil/gjh_asl_json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gjh_asl_json

image

image

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.

Installation

  1. $ cd Thirdparty/
  2. $ ./get.ASL
  3. $ cd ..
  4. $ make

Usage

  1. $ gjh_asl_json stub.nl rows=stub.row cols=stub.col
  2. $ python
>>> import json
>>> with open('stub.json') as f:
>>>    gjh = json.load(f)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published