Alpha
Alpha copied to clipboard
Code smell in DefaultSolver#fixContradiction
DefaultSolver#fixContradiction
returns conflictAnalysisResult.learnedNoGood
, which, however, must always be null
. The caller, DefaultSolver#ingest
, then checks if the returned value is not null (which can never be the case). Something is not right here!