Skip to content

Commit

Permalink
Add warning about combinatorial explosion to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
salome-eriksson committed Jul 16, 2024
1 parent 63188c7 commit 896b57e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/search/tasks/default_value_axioms_task.cc
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ static plugins::TypedEnumPlugin<AxiomHandlingType> _enum_plugin({
"have cyclic dependencies by setting an empty condition, "
"indicating the default value can always be achieved for free."
"For all other derived variables, the negated axioms are computed"
"exactly."}
"exactly. Note that this can potentially lead to a combinatorial "
"explosion"}
});
}

0 comments on commit 896b57e

Please sign in to comment.