pub fn synthesis_coherence(
thesis: &NQuin,
antithesis: &NQuin,
synthesis: &NQuin,
) -> f32Expand description
Synthesis-quality / coherence score in [0,1]: a good Hegelian synthesis PRESERVES the
shared ground (same subject + predicate as both thesis and antithesis) and genuinely INTEGRATES
the two objects (rather than echoing one side). 1.0 for a well-formed synthesis; lower when it
drifts from the common ground or fails to combine both sides.