pub fn eroi_viable(
energy_returned: u64,
energy_invested: u64,
min_ratio: f32,
) -> boolExpand description
Is a value flow thermodynamically viable — E-ROI at or above min_ratio? Below this floor the
flow is net-extractive (spends more energy than it recovers) and is refused — the physics-bound
cost cap.