1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-23 00:14:21 +00:00

Correggi date degli appelli

This commit is contained in:
Steffo 2020-06-09 17:17:26 +02:00
parent a35f9dc0f4
commit a9f2b1e8a3
Signed by: steffo
GPG key ID: 896A80F55F7C97F0

View file

@ -50,125 +50,125 @@ export default function(props) {
</Panel> </Panel>
<Panel title={"Appelli"}> <Panel title={"Appelli"}>
<ol> <ol>
<li><Timer to={"2020-06-24"}/></li> <li><Timer to={"2020-06-08"}/></li>
<li><Timer to={"2020-07-09"}/></li> <li><Timer to={"2020-06-25"}/></li>
<li><Timer to={"2020-07-28"}/></li> <li><Timer to={"2020-07-16"}/></li>
</ol> </ol>
</Panel> </Panel>
</Section> </Section>
<LatexDefaultInline.Provider value={false}> <LatexDefaultInline.Provider value={false}>
<Section title={"Glossario"}> <Section title={"Glossario"}>
<TablePanel> <TablePanel>
<thead> <thead>
<tr> <tr>
<th><abbr title={"Vettore / matrice"}>v</abbr></th> <th><abbr title={"Vettore / matrice"}>v</abbr></th>
<th><abbr title={"Elemento singolo"}>s</abbr></th> <th><abbr title={"Elemento singolo"}>s</abbr></th>
<th>Significato</th> <th>Significato</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td><Latex>{r`\mathbf{x}`}</Latex></td> <td><Latex>{r`\mathbf{x}`}</Latex></td>
<td><Latex>{r`x_i`}</Latex></td> <td><Latex>{r`x_i`}</Latex></td>
<td>Incognite</td> <td>Incognite</td>
</tr> </tr>
<tr> <tr>
<td><Latex>{r`\mathbf{s}`}</Latex></td> <td><Latex>{r`\mathbf{s}`}</Latex></td>
<td><Latex>{r`s_i`}</Latex></td> <td><Latex>{r`s_i`}</Latex></td>
<td>Variabili slack</td> <td>Variabili slack</td>
</tr> </tr>
<tr> <tr>
<td><Latex>{r`\mathbf{c}`}</Latex></td> <td><Latex>{r`\mathbf{c}`}</Latex></td>
<td><Latex>{r`c_i`}</Latex></td> <td><Latex>{r`c_i`}</Latex></td>
<td>Coefficienti della funzione obiettivo</td> <td>Coefficienti della funzione obiettivo</td>
</tr> </tr>
<tr> <tr>
<td><Latex>{r`\mathbf{A}`}</Latex></td> <td><Latex>{r`\mathbf{A}`}</Latex></td>
<td><Latex>{r`a_{ij}`}</Latex></td> <td><Latex>{r`a_{ij}`}</Latex></td>
<td>Coefficienti dei vincoli</td> <td>Coefficienti dei vincoli</td>
</tr> </tr>
<tr> <tr>
<td><Latex>{r`\mathbf{b}`}</Latex></td> <td><Latex>{r`\mathbf{b}`}</Latex></td>
<td><Latex>{r`b_i`}</Latex></td> <td><Latex>{r`b_i`}</Latex></td>
<td>Termini noti dei vincoli</td> <td>Termini noti dei vincoli</td>
</tr> </tr>
<tr> <tr>
<td><Latex>{r`\mathbf{y}`}</Latex></td> <td><Latex>{r`\mathbf{y}`}</Latex></td>
<td><Latex>{r`y_i`}</Latex></td> <td><Latex>{r`y_i`}</Latex></td>
<td>Incognite artificiali</td> <td>Incognite artificiali</td>
</tr> </tr>
<tr> <tr>
<td><Latex>{r`\mathbf{u}`}</Latex></td> <td><Latex>{r`\mathbf{u}`}</Latex></td>
<td><Latex>{r`u_i`}</Latex></td> <td><Latex>{r`u_i`}</Latex></td>
<td>Coefficienti di rilassamento</td> <td>Coefficienti di rilassamento</td>
</tr> </tr>
<tr> <tr>
<td/> <td/>
<td><Latex>{r`c_0`}</Latex></td> <td><Latex>{r`c_0`}</Latex></td>
<td>Valore ottimo di un problema</td> <td>Valore ottimo di un problema</td>
</tr> </tr>
<tr> <tr>
<td><Latex>{r`\mathbf{x}_B`}</Latex></td> <td><Latex>{r`\mathbf{x}_B`}</Latex></td>
<td/> <td/>
<td>Incognite in base</td> <td>Incognite in base</td>
</tr> </tr>
<tr> <tr>
<td><Latex>{r`\mathbf{c}_B`}</Latex></td> <td><Latex>{r`\mathbf{c}_B`}</Latex></td>
<td/> <td/>
<td>Coefficienti della funzione obiettivo delle variabili in base</td> <td>Coefficienti della funzione obiettivo delle variabili in base</td>
</tr> </tr>
<tr> <tr>
<td><Latex>{r`\mathbf{B}`}</Latex></td> <td><Latex>{r`\mathbf{B}`}</Latex></td>
<td/> <td/>
<td>Coefficienti dei vincoli delle variabili in base</td> <td>Coefficienti dei vincoli delle variabili in base</td>
</tr> </tr>
<tr> <tr>
<td><Latex>{r`\mathbf{x}_F`}</Latex></td> <td><Latex>{r`\mathbf{x}_F`}</Latex></td>
<td/> <td/>
<td>Incognite fuori base</td> <td>Incognite fuori base</td>
</tr> </tr>
<tr> <tr>
<td><Latex>{r`\mathbf{c}_F`}</Latex></td> <td><Latex>{r`\mathbf{c}_F`}</Latex></td>
<td/> <td/>
<td>Coefficienti della funzione obiettivo delle variabili fuori base</td> <td>Coefficienti della funzione obiettivo delle variabili fuori base</td>
</tr> </tr>
<tr> <tr>
<td><Latex>{r`\mathbf{F}`}</Latex></td> <td><Latex>{r`\mathbf{F}`}</Latex></td>
<td/> <td/>
<td>Coefficienti dei vincoli delle variabili fuori base</td> <td>Coefficienti dei vincoli delle variabili fuori base</td>
</tr> </tr>
</tbody> </tbody>
</TablePanel> </TablePanel>
<TablePanel> <TablePanel>
<thead> <thead>
<tr> <tr>
<th>Simboli</th> <th>Simboli</th>
<th>Significato</th> <th>Significato</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td><Latex>{r`\mathbf{c}^T \mathbf{x}`}</Latex></td> <td><Latex>{r`\mathbf{c}^T \mathbf{x}`}</Latex></td>
<td>Soluzione del problema</td> <td>Soluzione del problema</td>
</tr> </tr>
<tr> <tr>
<td><Latex>{r`\mathbf{A} \mathbf{x} = \mathbf{b}`}</Latex></td> <td><Latex>{r`\mathbf{A} \mathbf{x} = \mathbf{b}`}</Latex></td>
<td>Vincoli in forma standard</td> <td>Vincoli in forma standard</td>
</tr> </tr>
<tr> <tr>
<td><Latex>{r`z(\dots)`}</Latex></td> <td><Latex>{r`z(\dots)`}</Latex></td>
<td>Funzione obiettivo</td> <td>Funzione obiettivo</td>
</tr> </tr>
<tr> <tr>
<td><Latex>{r`\mathbf{u}^T \mathbf{b}`}</Latex></td> <td><Latex>{r`\mathbf{u}^T \mathbf{b}`}</Latex></td>
<td>Soluzione del problema duale</td> <td>Soluzione del problema duale</td>
</tr> </tr>
<tr> <tr>
<td><Latex>{r`\mathbf{u}^T \mathbf{A} = \mathbf{c}^T`}</Latex></td> <td><Latex>{r`\mathbf{u}^T \mathbf{A} = \mathbf{c}^T`}</Latex></td>
<td>Vincoli del problema duale in forma standard</td> <td>Vincoli del problema duale in forma standard</td>
</tr> </tr>
</tbody> </tbody>
</TablePanel> </TablePanel>
</Section> </Section>
</LatexDefaultInline.Provider> </LatexDefaultInline.Provider>
<Section title={"Le basi"}> <Section title={"Le basi"}>