PT targetPT = target.getPotential().getProbabilityPotential();
SubtableFastMap2 fmap2 = target.getSubtableOpFastMap(jtedge);
targetPT.multiplyBySubtableFast(sepsetPT, fmap2);
targetPT.divideBySubtableFast(oldSepsetPT, fmap2);
}
public void setNodeMarginals() {