File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2222 - uses : julia-actions/setup-julia@v1
2323 with :
2424 version : ' 1.10'
25+ - uses : julia-actions/cache@v2
2526 - name : Install dependencies
2627 run : julia --project=docs -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2728 - name : Build and deploy
Original file line number Diff line number Diff line change 11# HPR-LP: A GPU Solver for Linear Programming
22
33[ ![ Documentation] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://polyu-ior.github.io/HPR-LP/ )
4+ [ ![ Documentation] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://polyu-ior.github.io/HPR-LP/dev/ )
45[ ![ CI] ( https://github.com/PolyU-IOR/HPR-LP/actions/workflows/CI.yml/badge.svg )] ( https://github.com/PolyU-IOR/HPR-LP/actions/workflows/CI.yml )
56
67> ** A Julia implementation of the Halpern Peaceman-Rachford (HPR) method for solving linear programming (LP) problems on the GPU.**
78
8- ** 📖 [ Read the Documentation] ( https://polyu-ior.github.io/HPR-LP/ ) **
9+ ** 📖 Documentation:**
10+ - ** [ Stable] ( https://polyu-ior.github.io/HPR-LP/ ) ** - Latest released version (v0.1.3)
11+ - ** [ Dev] ( https://polyu-ior.github.io/HPR-LP/dev/ ) ** - Latest from main branch (recommended for development)
912
1013---
1114
You can’t perform that action at this time.
0 commit comments