pub fn diff_policy_impact(
from_constitution: &EffectiveConstitutionV1,
from_obligations: &CompiledObligationSetV1,
to_constitution: &EffectiveConstitutionV1,
to_obligations: &CompiledObligationSetV1,
simulation_only: bool,
) -> PolicyImpactDiffV1Expand description
Computes the observable policy delta between two effective constitutions and obligation sets.