Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Solve with Peroxide

Description

Peroxide has various solving algorithm.

  • LU : Solve with LU decomposition (Complete Pivoting)
  • WAZ : Solve with WAZ decomposition (No pivoting)

Build Process

# Build
cargo build --release

# Run
cargo run --release