Looking for problems to test Sparse Gauss Elimination implementation

Правка en2, от tyristik, 2025-01-13 16:25:12

During the past week I've been working on implementing and optimizing Gauss elimination algorithm for sparse systems of linear equations (SLE). I took 2028E - Alice's Adventures in the Rabbit Hole as a reference: constructed 2e5 linear equations and put them into my solver. And starting from 20s runtime was able to optimize my algorithm to 1s (300847774), comfortably passing intended 2s TL.

Now I wanna try my implementation somewhere else. Can you share some other problems which are solvable by constructing big sparse SLE?

Теги sparse, gauss, elimination, algorithm

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский tyristik 2025-01-13 16:25:12 18 Tiny change: 'ucted 2e5 SLEs and put ' -> 'ucted 2e5 linear equations and put '
en1 Английский tyristik 2025-01-13 16:22:08 570 Initial revision (published)