https://github.com/kul-optec/qpalm.jl

Julia interface to the QPALM QP solver

https://github.com/kul-optec/qpalm.jl

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

nonlinear-programming
Last synced: 4 months ago · JSON representation

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
Created almost 7 years ago · Last pushed almost 3 years ago
Metadata Files
Readme License

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

KU Leuven Center of Excellence: Optimization in Engineering

GitHub Events

Total
Last Year

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 42
  • Total Committers: 6
  • Avg Commits per committer: 7.0
  • Development Distribution Score (DDS): 0.548
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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
help wanted (1)
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

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 9.9%
Forks count: 21.7%
Average: 29.8%
Dependent packages count: 38.9%
Stargazers count: 48.5%
Last synced: 5 months ago

Dependencies

.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/ci.yml actions
  • 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