Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The following figure illustrates this xref:constraints-and-score/performance.ado
image::constraints-and-score/score-calculation/constraintStreamIncrementalCalculation.png[align="center"]

Constraint Streams API also has advanced support for xref:constraints-and-score/understanding-the-score.adoc[score explanation]
through xref:constraintStreamsCustomizingJustifications[custom justifications].
through <<constraintStreamsCustomizingJustifications,custom justifications>>.

image::constraints-and-score/score-calculation/constraintStreamJustification.png[align="center"]

Expand Down Expand Up @@ -374,7 +374,6 @@ The full metadata are accessible at runtime via `Constraint#getConstraintMetadat


[#constraintStreamsCustomizingJustifications]
[#constraintStreamsCustomizingJustificationsAndIndictments]
==== Customizing justifications

One of important Timefold Solver features is its ability to xref:constraints-and-score/understanding-the-score.adoc[explain the score] of solutions it produced
Expand Down
Loading