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