https://github.com/kul-optec/qpalm.jl
Julia interface to the QPALM QP solver
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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.0%) to scientific vocabulary
Keywords from Contributors
Repository
Julia interface to the QPALM QP solver
Basic Info
- Host: GitHub
- Owner: kul-optec
- License: mit
- Language: Julia
- Default Branch: main
- Size: 38.1 KB
Statistics
- Stars: 5
- Watchers: 8
- Forks: 7
- Open Issues: 2
- Releases: 0
Metadata Files
README.md
QPALM.jl
This repository provides a Julia interface to the QPALM QP solver.
Installation
In the Julia console, press ] to enter the Pkg REPL and install QPALM using:
sh
add QPALM
To test the correct installation of the Julia interface, you can run the unit tests:
julia
include("test/runtests.jl")
Usage
Given the QP
``` minimize ½ xᵀQx + qᵀx
subject to l ≤ Ax ≤ u ```
this is solved by
julia
using QPALM
model = QPALM.Model()
QPALM.setup!(model, Q=Q, q=q, A=A, bmin=bmin, bmax=bmax, settings...)
results = QPALM.solve!(model)
where settings... are keyword arguments specifying the solver options
to use. They have the same name and type as the underlying C API,
so please refer to QPALM's documentation
on how to set these and their semantics. Leaving the settings unspecified
will run the solver with default options.
Owner
- Name: OPTEC
- Login: kul-optec
- Kind: organization
- Repositories: 24
- Profile: https://github.com/kul-optec
KU Leuven Center of Excellence: Optimization in Engineering
GitHub Events
Total
Last Year
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Ben Hermans | b****2@s****e | 19 |
| Pieter Pas | p****s@o****m | 10 |
| Lorenzo Stella | l****a@g****m | 9 |
| Dominique Orban | d****n@g****m | 2 |
| massimo.demauri@kuleuven.be | m****i@k****e | 1 |
| WimVanRoy | w****r@h****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 5
- Total pull requests: 8
- Average time to close issues: about 2 years
- Average time to close pull requests: 5 days
- Total issue authors: 4
- Total pull request authors: 5
- Average comments per issue: 2.4
- Average comments per pull request: 3.13
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- lostella (2)
- freemin7 (1)
- el-oso (1)
- JuliaTagBot (1)
Pull Request Authors
- dpo (3)
- Benny44 (1)
- MassimoDeMauri (1)
- WimVanRoy (1)
- lostella (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
juliahub.com: QPALM
Julia interface to the QPALM QP solver
- Documentation: https://docs.juliahub.com/General/QPALM/stable/
- License: MIT
-
Latest release: 1.0.0
published over 3 years ago
Rankings
Dependencies
- JuliaRegistries/TagBot v1 composite
- actions/checkout v2 composite
- codecov/codecov-action v2 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-processcoverage v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v1 composite