Initial import from SVN (svn://129.187.65.205/platz/trunk, r1)
Converted from SVN working copy. Original SVN server no longer available. Original commit date: 2006-05-03, author: sm
This commit is contained in:
10
cfg/platz.cfg
Normal file
10
cfg/platz.cfg
Normal file
@@ -0,0 +1,10 @@
|
||||
[Config]
|
||||
Zyklusdatei=$PLATZ_CFG/zyklus.cfg
|
||||
Zyklusart=Easy
|
||||
Strafendatei=$PLATZ_CFG/strafen.cfg
|
||||
Tischedatei=$PLATZ_WORK/test1/tische.ini
|
||||
XMLdatei_Bestellung=$PLATZ_WORK/test1/bestellung.xml
|
||||
AusgabeTischePersonen=$PLATZ_WORK/test1/TischePersonen.txt
|
||||
AusgabePersonTisch=$PLATZ_WORK/test1/PersonenTische.csv
|
||||
|
||||
|
||||
19
cfg/strafen.cfg
Normal file
19
cfg/strafen.cfg
Normal file
@@ -0,0 +1,19 @@
|
||||
# Strafpunkte fuer die Trennung einer Gruppe:
|
||||
# Aufbau: Anzahl der Trennungen = { Gruppengroesse:Strafpunkte, .. }
|
||||
[Trennung]
|
||||
1={ 2:-10, 3:-8, 4:-6, 6:-4, 10:-2 }
|
||||
2={ 3:-20, 4:-8, 6:-6, 10:-4 }
|
||||
3={ 4:-30, 6:-10, 10:-6 }
|
||||
|
||||
# Wieviele Strafpunkte bekommt man
|
||||
# wenn zwei Gruppen nicht am Nachbartisch sitzen
|
||||
# wenn einer aus einer Gruppe allein sitzen muss
|
||||
[Globals]
|
||||
NichtNachbar=-3
|
||||
Allein=-30
|
||||
TischWertigkeiten={ 1:-3, 2:-2, 3:-1 }
|
||||
|
||||
# TischWertigkeiten sind Strafpunkte fuer schlechte Ausnutzung der
|
||||
# freien Sitze an einem Tisch.
|
||||
# An einem Tisch, der bis auf einen Platz voll besetzt ist,
|
||||
# kann niemand mehr gut dazu. wenn zwei Plaetze frei sind, ist das etwas besser.
|
||||
8
cfg/zyklus.cfg
Normal file
8
cfg/zyklus.cfg
Normal file
@@ -0,0 +1,8 @@
|
||||
[Easy]
|
||||
Abfolge='e,'+'s,z,m,j,z,'*3+'s'
|
||||
Anzahl='10,'+'5,x,2,x,x,'*3+'1'
|
||||
|
||||
[Simple]
|
||||
Abfolge='e,s'
|
||||
Anzahl='20,1'
|
||||
|
||||
Reference in New Issue
Block a user