Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markusn/dimacs_parser-erl
DIMACS file parser for Erlang
https://github.com/markusn/dimacs_parser-erl
Last synced: about 1 month ago
JSON representation
DIMACS file parser for Erlang
- Host: GitHub
- URL: https://github.com/markusn/dimacs_parser-erl
- Owner: markusn
- License: bsd-3-clause
- Created: 2014-05-18T13:48:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-23T18:52:20.000Z (about 6 years ago)
- Last Synced: 2024-10-19T00:57:35.704Z (3 months ago)
- Language: Erlang
- Size: 2.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dimacs_parser-erl
=================
[![Build Status](https://travis-ci.org/markusn/dimacs_parser-erl.png?branch=master)](https://travis-ci.org/markusn/bfer)
[![Coverage Status](https://coveralls.io/repos/markusn/dimacs_parser-erl/badge.png?branch=master)](https://coveralls.io/r/markusn/dimacs_parser-erl?branch=master)Parse DIMACS files into Erlang structures defined in `src/dimacs_parser.erl`.
## Limitations
Only supports CNF files at the moment.
## Author
Markus Ekholm (markus at botten dot org).## License
3-clause BSD. For details see `LICENSE`.