mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-06-01 06:10:31 +00:00
fix(mincut): update SIMD distance operations
This commit is contained in:
parent
26f8db0fa5
commit
605bb34b3f
1 changed files with 1 additions and 0 deletions
|
|
@ -400,6 +400,7 @@ pub struct PriorityEntry {
|
|||
}
|
||||
|
||||
impl PriorityEntry {
|
||||
/// Create a new priority entry with given distance and vertex.
|
||||
pub fn new(distance: f64, vertex: VertexId) -> Self {
|
||||
Self { distance, vertex }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue