From 78126ce19e801b6153840f742424df7cc35c07b9 Mon Sep 17 00:00:00 2001 From: bjornregnell Date: Fri, 31 Jan 2025 16:35:59 +0100 Subject: [PATCH] update generated example in quickref --- docs/reqT-quickref-GENERATED.tex | 40 ++++++++++++++++---------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/reqT-quickref-GENERATED.tex b/docs/reqT-quickref-GENERATED.tex index 3ff8ed8..0bdd4d8 100644 --- a/docs/reqT-quickref-GENERATED.tex +++ b/docs/reqT-quickref-GENERATED.tex @@ -432,30 +432,30 @@ \subsection*{examples.Lauesen.DataEntities} \subsection*{examples.constraintProblems.\\releasePlanSimple} \begin{lstlisting} -* Stakeholder: X has +* Stakeholder: s1 has * Prio: 1 - * Feature: 1 has Benefit: 4 - * Feature: 2 has Benefit: 2 - * Feature: 3 has Benefit: 1 -* Stakeholder: Y has + * Feature: f1 has Benefit: 4 + * Feature: f2 has Benefit: 2 + * Feature: f3 has Benefit: 1 +* Stakeholder: s2 has * Prio: 2 - * Feature: 1 has Benefit: 2 - * Feature: 2 has Benefit: 1 - * Feature: 3 has Benefit: 1 -* Release: A precedes Release: B + * Feature: f1 has Benefit: 2 + * Feature: f2 has Benefit: 1 + * Feature: f3 has Benefit: 1 +* Release: r1 precedes Release: r2 * Resource: dev has - * Feature: 1 has Cost: 10 - * Feature: 2 has Cost: 70 - * Feature: 3 has Cost: 40 - * Release: A has Capacity: 100 - * Release: B has Capacity: 100 + * Feature: f1 has Cost: 10 + * Feature: f2 has Cost: 70 + * Feature: f3 has Cost: 40 + * Release: r1 has Capacity: 100 + * Release: r2 has Capacity: 100 * Resource: test has - * Feature: 1 has Cost: 40 - * Feature: 2 has Cost: 10 - * Feature: 3 has Cost: 70 - * Release: A has Capacity: 100 - * Release: B has Capacity: 100 -* Feature: 3 precedes Feature: 1 + * Feature: f1 has Cost: 40 + * Feature: f2 has Cost: 10 + * Feature: f3 has Cost: 70 + * Release: r1 has Capacity: 100 + * Release: r2 has Capacity: 100 +* Feature: f3 precedes Feature: f1 \end{lstlisting}