We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
graph = FactorGraph.new(team1 => 1, team2 => 2) graph.update_skills
returns a different result than
graph = FactorGraph.new(team2 => 2, team1 => 1) graph.update_skills