Skip to content

Commit a34f7a3

Browse files
committed
chore: fix DOI badge
1 parent 73d2d82 commit a34f7a3

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
[![tests](https://github.com/gdalle/CoolPDLP.jl/actions/workflows/Test.yml/badge.svg?branch=main)](https://github.com/gdalle/CoolPDLP.jl/actions/workflows/Test.yml?query=branch%3Amain)
44
[![Build status](https://badge.buildkite.com/abafb7c3f7e1fd1ab4672581e288ca9dd330120e2a66851ae9.svg?branch=main)](https://buildkite.com/julialang/coolpdlp-dot-jl)
55
[![Coverage](https://codecov.io/gh/JuliaDecisionFocusedLearning/CoolPDLP.jl/branch/main/graph/badge.svg)](https://app.codecov.io/gh/JuliaDecisionFocusedLearning/CoolPDLP.jl)
6-
[![code style: runic](https://img.shields.io/badge/code_style-%E1%9A%B1%E1%9A%A2%E1%9A%BE%E1%9B%81%E1%9A%B2-black)](https://github.com/fredrikekre/Runic.jl)
7-
[![Aqua QA](https://juliatesting.github.io/Aqua.jl/dev/assets/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
86

97
[![docs:stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaDecisionFocusedLearning.github.io/CoolPDLP.jl/stable)
108
[![docs:dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaDecisionFocusedLearning.github.io/CoolPDLP.jl/dev)
11-
[![DOI](https://zenodo.org/badge/1086418051.svg)](https://doi.org/10.5281/zenodo.19064770)
9+
[![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.19064770-blue.svg)](https://doi.org/10.5281/zenodo.19064770)
10+
11+
[![code style: runic](https://img.shields.io/badge/code_style-%E1%9A%B1%E1%9A%A2%E1%9A%BE%E1%9B%81%E1%9A%B2-black)](https://github.com/fredrikekre/Runic.jl)
12+
[![Aqua QA](https://juliatesting.github.io/Aqua.jl/dev/assets/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
1213
[![All Contributors](https://img.shields.io/github/all-contributors/JuliaDecisionFocusedLearning/CoolPDLP.jl?color=ee8449)](#contributors)
1314

1415
A pure-Julia, hardware-agnostic parallel implementation of Primal-Dual hybrid gradient for Linear Programming (PDLP) and its variants.

0 commit comments

Comments
 (0)