Skip to main content

UNREACHABLE

Constant UNREACHABLE 

Source
pub const UNREACHABLE: i64 = i64::MAX; // 9_223_372_036_854_775_807i64
Expand description

Matrix sentinel for a leg that cannot be traversed.

Stock CVRP helpers treat this as non-evaluable route-local travel and as a very large construction distance. It is intentionally the same sentinel used by solverforge-maps road-network matrices.