https://github.com/chrhansk/pyqplib
Package to read and evaluate QPLIB instance files
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Package to read and evaluate QPLIB instance files
Basic Info
- Host: GitHub
- Owner: chrhansk
- License: gpl-3.0
- Language: Python
- Default Branch: main
- Size: 29.3 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 2 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
README.md
PyQPLIB
The package is designed to read QPLIB into Python. Usage:
>>> import pyqplib
>>> problem = pyqplib.read_problem("/path/to/file.qplib")
>>> x0 = problem.x0
>>> obj = problem.obj_val(x0)
>>> cons = problem.cons_val(x0)
Owner
- Name: Christoph Hansknecht
- Login: chrhansk
- Kind: user
- Repositories: 34
- Profile: https://github.com/chrhansk
GitHub Events
Total
- Push event: 4
- Pull request event: 4
- Create event: 2
Last Year
- Push event: 4
- Pull request event: 4
- Create event: 2
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 2 minutes
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 2 minutes
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- chrhansk (5)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
.github/workflows/deploy.yml
actions
- abatilo/actions-poetry v2 composite
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/setup-python v3 composite
.github/workflows/package.yml
actions
- abatilo/actions-poetry v2 composite
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/setup-python v3 composite
pyproject.toml
pypi
- pytest ^7.4.0 develop
- pytest-black ^0.3.12 develop
- pytest-isort ^3.1.0 develop
- numpy ^1.20
- python >=3.9,<3.13
- scipy ^1.10.1