Name | smt-portfolio JSON |
Version |
1.0.0
JSON |
| download |
home_page | None |
Summary | A simple wrapper to run multiple SMT solvers in parallel. |
upload_time | 2024-05-27 04:23:18 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | MIT License
Copyright (c) 2023 Kaiyu Yang
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. |
keywords |
smt
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# smt-portfolio
A simple wrapper to run multiple SMT solvers in parallel (currently supporting Z3 and CVC5).
[![PyPI](https://img.shields.io/pypi/v/smt-portfolio)](https://pypi.org/project/smt-portfolio/) [![GitHub license](https://img.shields.io/github/license/yangky11/smt-portfolio)](https://github.com/yangky11/smt-portfolio/blob/main/LICENSE) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
______________________________________________________________________
## Requirements
* [Z3](https://github.com/Z3Prover/z3)
* [CVC5](https://cvc5.github.io/)
## Installation
```bash
pip install smt-portfolio
```
## Usage
```bash
smt-portfolio --help
```
```bash
smt-portfolio --file examples/ex1.smt2 --z3 "-smt2 -T:5" --cvc5 "--quiet --lang smt --dag-thresh=0 --enum-inst --tlimit 5000"
cat examples/ex1.smt2 | smt-portfolio --z3 "-smt2 -T:5" --cvc5 "--quiet --lang smt --dag-thresh=0 --enum-inst --tlimit 5000"
```
Raw data
{
"_id": null,
"home_page": null,
"name": "smt-portfolio",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "SMT",
"author": null,
"author_email": "Kaiyu Yang <kaiyuy@caltech.edu>",
"download_url": "https://files.pythonhosted.org/packages/5e/d8/8c99adb9e970ffc53180234ed082741edc1ea115249e0df903796580f561/smt_portfolio-1.0.0.tar.gz",
"platform": null,
"description": "# smt-portfolio\n\nA simple wrapper to run multiple SMT solvers in parallel (currently supporting Z3 and CVC5).\n\n[![PyPI](https://img.shields.io/pypi/v/smt-portfolio)](https://pypi.org/project/smt-portfolio/) [![GitHub license](https://img.shields.io/github/license/yangky11/smt-portfolio)](https://github.com/yangky11/smt-portfolio/blob/main/LICENSE) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) \n\n______________________________________________________________________\n\n\n## Requirements\n\n* [Z3](https://github.com/Z3Prover/z3)\n* [CVC5](https://cvc5.github.io/)\n\n## Installation\n\n```bash\npip install smt-portfolio\n```\n\n## Usage\n\n```bash\nsmt-portfolio --help\n```\n\n```bash\nsmt-portfolio --file examples/ex1.smt2 --z3 \"-smt2 -T:5\" --cvc5 \"--quiet --lang smt --dag-thresh=0 --enum-inst --tlimit 5000\"\ncat examples/ex1.smt2 | smt-portfolio --z3 \"-smt2 -T:5\" --cvc5 \"--quiet --lang smt --dag-thresh=0 --enum-inst --tlimit 5000\"\n```\n",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2023 Kaiyu Yang\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.",
"summary": "A simple wrapper to run multiple SMT solvers in parallel.",
"version": "1.0.0",
"project_urls": {
"Bug Tracker": "https://github.com/yangky11/smt-portfolio/issues",
"Homepage": "https://github.com/yangky11/smt-portfolio"
},
"split_keywords": [
"smt"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "35a9a6ab549c304d532ab4c4b333526f9574e073c9ce223db36685ed82986cb9",
"md5": "93e7290ae89dde1f24f5d66743216dc5",
"sha256": "9f38d5a186d86cc78f2871a521f9190a1f9e36f6ce7e68cbd67068ac088351b4"
},
"downloads": -1,
"filename": "smt_portfolio-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "93e7290ae89dde1f24f5d66743216dc5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 4687,
"upload_time": "2024-05-27T04:23:16",
"upload_time_iso_8601": "2024-05-27T04:23:16.770035Z",
"url": "https://files.pythonhosted.org/packages/35/a9/a6ab549c304d532ab4c4b333526f9574e073c9ce223db36685ed82986cb9/smt_portfolio-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5ed88c99adb9e970ffc53180234ed082741edc1ea115249e0df903796580f561",
"md5": "db892be3a0ec334c9b8859fc77483325",
"sha256": "49c034831476f2d4bfee3be9d2aa82b48edde2291b9cb2b44caa02944e86b367"
},
"downloads": -1,
"filename": "smt_portfolio-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "db892be3a0ec334c9b8859fc77483325",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 4741,
"upload_time": "2024-05-27T04:23:18",
"upload_time_iso_8601": "2024-05-27T04:23:18.030373Z",
"url": "https://files.pythonhosted.org/packages/5e/d8/8c99adb9e970ffc53180234ed082741edc1ea115249e0df903796580f561/smt_portfolio-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-27 04:23:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "yangky11",
"github_project": "smt-portfolio",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "smt-portfolio"
}