Commit graph

7 commits

Author SHA1 Message Date
Jonny007-MKD ac1f11e2b3 typedef unsigned int uint 2013-11-21 20:56:39 +01:00
gaeltp3 5571614e0e Definition des Indexoperators in der Klasse
PrimImplikanteCollection.cpp
2013-11-18 20:25:19 +01:00
Jonny007-MKD 7da5e0ff86 Changed int to unsigned int where applicable
Für Indizes und solche Sachen brauchen wir meistens keine Vorzeichen.
Hiermit können wir doppelt so viele (65k statt 32k) PrimImplikanten
verwalten =)
2013-11-14 14:45:25 +01:00
Jonny007-MKD 5608f2b400 Added back(), front(), at(int) and destructor of PrimImplikantCollection 2013-11-12 23:58:15 +01:00
Jonny007-MKD c8c36676b4 Added output in to error file in CParser 2013-11-12 23:48:24 +01:00
Jonny007-MKD 6e27485b08 Small fixes and additions
Gael: Bitte implementiere die fehlenden Funktionen und den Enumerator
2013-11-12 21:58:33 +01:00
Jonny007-MKD 696610967d Added new project: Hazard
Die Klassen PrimImplikant und PrimImplikantCollection sind weitestgehend
fertig.
2013-11-12 20:56:28 +01:00