Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghackebeil/gjh_asl_json
https://github.com/ghackebeil/gjh_asl_json
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghackebeil/gjh_asl_json
- Owner: ghackebeil
- License: unlicense
- Created: 2016-04-03T00:39:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T19:10:17.000Z (over 2 years ago)
- Last Synced: 2024-12-05T00:06:23.452Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
gjh_asl_json
============.. image:: https://travis-ci.org/ghackebeil/gjh_asl_json.svg?branch=master
:target: https://travis-ci.org/ghackebeil/gjh_asl_json.. image:: https://codecov.io/gh/ghackebeil/gjh_asl_json/branch/master/graph/badge.svg
:target: https://codecov.io/gh/ghackebeil/gjh_asl_jsonA 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. $ makeUsage
~~~~~1. $ gjh_asl_json stub.nl rows=stub.row cols=stub.col
2. $ python.. code-block:: pycon
>>> import json
>>> with open('stub.json') as f:
>>> gjh = json.load(f)