Skip to content

Commit

Permalink
Trapezoid solver has been replaced with direct frustrum solver (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
SallySoul authored Feb 3, 2025
1 parent 1391168 commit 7165abf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 189 deletions.
4 changes: 0 additions & 4 deletions src/solver/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
//pub mod ap_solve;
pub mod direct;
pub mod periodic_direct;
pub mod trapezoid;

//pub use ap_solve::*;
pub use direct::*;
pub use periodic_direct::*;
pub use trapezoid::*;
185 changes: 0 additions & 185 deletions src/solver/trapezoid.rs

This file was deleted.

0 comments on commit 7165abf

Please sign in to comment.