diff --git a/docs/src/decision-programming/path-based-model.md b/docs/src/decision-programming/path-based-model.md index 00ce40e3..61b2895f 100644 --- a/docs/src/decision-programming/path-based-model.md +++ b/docs/src/decision-programming/path-based-model.md @@ -126,7 +126,7 @@ The **default path utility** is the sum of node utilities $U_j$ $$\mathcal{U}(š¬) = āˆ‘_{jāˆˆV} U_j(Y_j(š¬_{I(j)})).$$ -The utility function affects the objectives as discussed on the [Decision Model](#Decision Model) page. We can choose the utility function such that the path utility function either returns: +The utility function affects the objectives as discussed on the [Decision Model](#Decision-Model) page. We can choose the utility function such that the path utility function either returns: * a numerical value, which leads to a mixed-integer linear programming (MILP) formulation or * a linear function with real and integer-valued variables, which leads to a mixed-integer quadratic programming (MIQP) formulation. @@ -152,7 +152,7 @@ Formally, the path $š¬$ is **ineffective** if and only if $š¬_Aāˆˆš’_A^ā€² $$š’^āˆ—=\{š¬āˆˆš’āˆ£š¬_{A}āˆ‰š’_{A}^ā€²\}āŠ†š’.$$ -The [Decision Model](#Decision Model) size depends on the number of effective paths, rather than the number of paths or size of the influence diagram directly. +The [Decision Model](#Decision-Model) size depends on the number of effective paths, rather than the number of paths or size of the influence diagram directly. In Decision Programming, one can declare certain subpaths to be ineffective using the *fixed path* and *forbidden paths* sets. @@ -196,7 +196,7 @@ If there are no other ineffective subpaths, we have $$š’^āˆ— = š’(X).$$ -Notice that, the number of active paths affects the size of the [Decision Model](#Decision Model) because it depends on the number of effective paths. +Notice that, the number of active paths affects the size of the [Decision Model](#Decision-Model) because it depends on the number of effective paths. ## Compatible Paths