Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.2%) to scientific vocabulary

Keywords from Contributors

hsl sparse-matrix factorization nlpmodels nonlinear-programming optimization-algorithms sif qps-format qps mps
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: JuliaSmoothOptimizers
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Size: 2.44 MB
Statistics
  • Stars: 29
  • Watchers: 4
  • Forks: 5
  • Open Issues: 8
  • Releases: 21
Created over 5 years ago · Last pushed 9 months ago
Metadata Files
Readme License Citation

README.md

RipQP

DOI CI Cirrus CI - Base Branch Build Status codecov

A package to optimize linear and quadratic problems in QuadraticModel format (see https://github.com/JuliaSmoothOptimizers/QuadraticModels.jl).

By default, RipQP iterates in the floating-point type of its input QuadraticModel, but it can also perform operations in several floating-point systems if some parameters are modified (see the documentation for more information).

Basic usage

In this example, we use QPSReader to read a quadratic problem (QAFIRO) from the Maros and Meszaros dataset.

julia using QPSReader, QuadraticModels using RipQP qps = readqps("QAFIRO.SIF") qm = QuadraticModel(qps) stats = ripqp(qm)

To use the multi precision mode (default to :mono) and change the maximum number of iterations: julia stats = ripqp(qm, mode=:multi, itol = InputTol(max_iter=100))

Bug reports and discussions

If you think you found a bug, feel free to open an issue. Focused suggestions and requests can also be opened as issues. Before opening a pull request, start an issue or a discussion on the topic, please.

If you want to ask a question not suited for a bug report, feel free to start a discussion here. This forum is for general discussion about this repository and the JuliaSmoothOptimizers organization, so questions about any of our packages are welcome.

Owner

  • Name: JuliaSmoothOptimizers
  • Login: JuliaSmoothOptimizers
  • Kind: organization
  • Location: DOI: 10.5281/zenodo.2655082

Infrastructure and Solvers for Continuous Optimization in Julia

Citation (CITATION.bib)

@Misc{orban-leconte-ripqp-2020,
  author = {D. Orban and G. Leconte},
  title = {{RipQP.jl}: Regularized Interior Point solver for Quadratic Problems},
  month = {November},
  howpublished = {https://github.com/JuliaSmoothOptimizers/RipQP.jl},
  year = {2020},
  DOI = {10.5281/zenodo.4309783},
}

GitHub Events

Total
  • Create event: 5
  • Commit comment event: 2
  • Release event: 1
  • Watch event: 1
  • Delete event: 4
  • Issue comment event: 11
  • Push event: 24
  • Pull request review event: 1
  • Pull request event: 9
Last Year
  • Create event: 5
  • Commit comment event: 2
  • Release event: 1
  • Watch event: 1
  • Delete event: 4
  • Issue comment event: 11
  • Push event: 24
  • Pull request review event: 1
  • Pull request event: 9

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 298
  • Total Committers: 9
  • Avg Commits per committer: 33.111
  • Development Distribution Score (DDS): 0.574
Top Committers
Name Email Commits
geoffroyleconte 4****e@u****m 127
Geoffroy Leconte g****0@g****m 79
github-actions[bot] 4****]@u****m 76
Dominique d****n@g****m 4
tmigot t****t@g****m 4
Abel Soares Siqueira a****a@g****m 3
Monssaf Toukal t****f@g****m 2
geoffroyleconte g****e@u****m 2
Alexis 3****n@u****m 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 5
  • Total pull requests: 124
  • Average time to close issues: 1 day
  • Average time to close pull requests: 6 days
  • Total issue authors: 5
  • Total pull request authors: 8
  • Average comments per issue: 4.8
  • Average comments per pull request: 0.92
  • Merged pull requests: 108
  • Bot issues: 0
  • Bot pull requests: 41
Past Year
  • Issues: 0
  • Pull requests: 10
  • Average time to close issues: N/A
  • Average time to close pull requests: about 11 hours
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.7
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 4
Top Authors
Issue Authors
  • tmigot (1)
  • geoffroyleconte (1)
  • amontoison (1)
  • JuliaTagBot (1)
  • abelsiqueira (1)
Pull Request Authors
  • geoffroyleconte (60)
  • github-actions[bot] (41)
  • tmigot (9)
  • amontoison (9)
  • kellertuer (2)
  • MonssafToukal (1)
  • dpo (1)
  • abelsiqueira (1)
Top Labels
Issue Labels
question (1) documentation (1)
Pull Request Labels
formatting (33) automated pr (33) no changelog (33)

Packages

  • Total packages: 1
  • Total downloads:
    • julia 22 total
  • Total dependent packages: 1
  • Total dependent repositories: 0
  • Total versions: 20
juliahub.com: RipQP
  • Versions: 20
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 22 Total
Rankings
Dependent repos count: 9.9%
Average: 19.4%
Stargazers count: 20.4%
Dependent packages count: 23.0%
Forks count: 24.5%
Last synced: 6 months ago

Dependencies

.github/workflows/CompatHelper.yml actions
.github/workflows/Documentation.yml actions
  • actions/checkout v2 composite
  • julia-actions/setup-julia latest composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/breakage.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • actions/download-artifact v2 composite
  • actions/upload-artifact v2 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/ci.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • codecov/codecov-action v1 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
.github/workflows/format_pr.yml actions
  • actions/checkout v2 composite
  • peter-evans/create-pull-request v3 composite