Skip to content
Snippets Groups Projects
Commit 4ce31f05 authored by Holger Karl's avatar Holger Karl
Browse files

Merge branch 'master' of git.cs.upb.de:teaching-tools/map_tutors_to_timeslots

parents 7ab92b38 7913e987
No related branches found
No related tags found
No related merge requests found
Pipeline #
# TL;DR
* In tutsol.dat die Namen, Zeiten und Verfügbarkeiten eintragen
* Starten mit pyomo solve --solver=glpk tutsol.py | grep "None : 1"
* Es wird nur feasible geprüft. Im Zweifel noch die Lösung ausgeben lassen
* Ausführen: pyomo solve --solver=glpk tutsol.py tutsol.dat
# Pyomo
See: http://www.pyomo.org
Typisch: pip install pyomo
# GLPK
https://www.gnu.org/software/glpk/
(sollte jeder Informatiker installiert haben :-)
(normales curl/tar/make/make install)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment