Skip to content

Instantly share code, notes, and snippets.

@max-weis
Created December 22, 2021 17:24
Show Gist options
  • Save max-weis/6022286d6974a93fc3a89729562e7f85 to your computer and use it in GitHub Desktop.
Save max-weis/6022286d6974a93fc3a89729562e7f85 to your computer and use it in GitHub Desktop.
\begin{table}
\begin{tabular}{l*{4}{c}r}
Faktor & Symbol & Level & Werte \\
\hline
Anzahl der Jobs & $n$ & 6 & 5,7,9,11,13,15 \\
Anzahl der Produktionsschritte & $m$ & 2 & 2,3 \\
Anzahl der paralellen Maschinen pro Produktionsschritt & $m_i$ & 2 & 1,3 \\
Distribution of the release dates for the machines & $rm_{il}$ & 1 & $U[1,200]$ \\
Probability for a job to skip a stage & $PF_j$ & 2 & 0\%, 50\% \\
Probability for a machine to be eligible & $PE_{ij}$ & 2 & 50\%, 100\% \\
Distribution of the setup times as a percentage $\cdots$ & $DS_{iljk}$ & 1 & $U[75,125]$ \\
Probability for the setup time to be anticipatory & $PA_{iljk}$ & 1 & $U[50,100]\%$ \\
Distribution of the lag times & $Dlag_{ilj}$ & 1 & $U[-99,99]$ \\
Number of preceding jobs & $NP_j$ & 2 & $0, U[1,3]$ \\
\end{tabular}
\caption{\label{small-params}Parameter für kleine Instanzen}
\end{table}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment