sundial-core 0.1.0

Linear-programming solver that runs on any GPU as WebGPU compute shaders — restarted PDHG (the PDLP family), with every reported status verified on the CPU in f64.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![doc = include_str!("../README.md")]

pub mod farkas;
pub mod gpu;
pub mod kkt;
pub mod linop;
pub mod problem;
pub mod recover;
pub mod reference;
pub mod scale;
pub mod testgen;
pub mod transport;
pub mod weight;