Skip to content

Commit

Permalink
update generated example in quickref
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornregnell committed Jan 31, 2025
1 parent 7e81bf8 commit 78126ce
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions docs/reqT-quickref-GENERATED.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 78126ce

Please sign in to comment.