Implementation of the new justification heuristic (#6465)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Mon, 24 May 2021 19:32:48 +0000 (14:32 -0500)
committerGitHub <noreply@github.com>
Mon, 24 May 2021 19:32:48 +0000 (19:32 +0000)
commitcaf47102f2b666aff7c89387067e7531412fd61d
tree181f7cdc7127dfdf859acca6b49e67ef571175e3
parentbd33d20609999f6f847aeb63a42350aeb3041406
Implementation of the new justification heuristic (#6465)

This adds the new implementation of the justification heuristic. It does not enable this strategy yet.

A followup PR will activate this strategy within DecisionEngine.
src/CMakeLists.txt
src/decision/justification_strategy.cpp [new file with mode: 0644]
src/decision/justification_strategy.h [new file with mode: 0644]
src/options/decision_options.toml