T0 + T1 + T2: engine redesign through new API surface #1

Merged
logaritmisk merged 45 commits from t2-new-api-surface into main 2026-04-24 11:20:04 +00:00
Showing only changes of commit 1210a34a64 - Show all commits

View File

@@ -1,5 +1,5 @@
use crate::{
N_INF, N00,
N00,
factor::{Factor, VarId, VarStore},
gaussian::Gaussian,
};
@@ -27,6 +27,7 @@ impl Factor for TeamSumFactor {
#[cfg(test)]
mod tests {
use super::*;
use crate::N_INF;
#[test]
fn single_player_unit_weight() {