When provided, will stop solving as soon as a solution is found that meets a target value predicate. I anticipate this being useful for doing things like --FindBestGraph --BestCoverageType=HighestRank --TargetBestCoverageValue=0.50 -- which will stop solving as soon as a graph is found with a rank greater than or equal to 0.50.
When provided, will stop solving as soon as a solution is found that meets a target value predicate. I anticipate this being useful for doing things like
--FindBestGraph --BestCoverageType=HighestRank --TargetBestCoverageValue=0.50
-- which will stop solving as soon as a graph is found with a rank greater than or equal to 0.50.