Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/algorithms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ mod kernighan_lin;
mod kk;
mod multi_jagged;
mod recursive_bisection;
mod targetor;
mod vn;
mod z_curve;

Expand All @@ -35,6 +36,7 @@ pub use multi_jagged::MultiJagged;
pub use recursive_bisection::Rcb;
pub use recursive_bisection::RcbWeight;
pub use recursive_bisection::Rib;
pub use targetor::TargetorWIP;
pub use vn::VnBest;
pub use vn::VnBestWeight;
pub use vn::VnFirst;
Expand Down
Loading