Commit Graph

44 Commits

Author SHA1 Message Date
820c9f13d0 Wrote Output for Graph-Structure 2013-12-02 21:47:33 +01:00
b761b7a26b added Utils-Module wtih helper-Functions 2013-12-02 21:47:25 +01:00
07d6aca36c added debug, made createGraph more generic, changed Int8 to Int16 for testing 2013-12-01 19:46:19 +01:00
a3228188e5 added bang-patterns, added more ghc-flags 2013-12-01 19:25:06 +01:00
tpajenka
4b552083e6 Dimension von testDivergence korrigiert 2013-12-01 17:22:13 +01:00
cc2e3fd21c test now uses a rudimentary preprocessor 2013-12-01 17:20:09 +01:00
tpajenka
aedbc0af15 testDivergence an "echte" Testdaten angepasst 2013-12-01 17:17:39 +01:00
tpajenka
f814020d5a Merge branch 'master' of pwning.de:/hgraph 2013-12-01 16:56:00 +01:00
5f5f9ff64a fixed haddock, formatting stuff 2013-12-01 16:55:42 +01:00
tpajenka
3f085fa933 Fehlerkorrektur Vorverarbeitung 2013-12-01 16:55:32 +01:00
8b9e5db2bd more haddock, rewrote graph-parser 2013-12-01 16:37:13 +01:00
b0e3c3df28 some haddoc 2013-12-01 15:29:48 +01:00
e4ef3d95cb formatted, added haddoc for some functions 2013-11-29 20:42:03 +01:00
tpajenka
27c67f8579 Merge branch 'master' of pwning.de:/hgraph 2013-11-29 20:35:42 +01:00
tpajenka
101cca3496 Vorverarbeitung vollendet (ungetestet): unerfüllbare Kanten entfernen, Start-Seeds heraussuchen 2013-11-29 20:34:52 +01:00
b68bed0160 formatted Main.hs 2013-11-29 20:11:04 +01:00
tpajenka
fc0a836e65 Merge branch 'master' of pwning.de:/hgraph 2013-11-29 19:09:59 +01:00
tpajenka
29a835ee46 Merge branch 'master' of pwning.de:/hgraph 2013-11-29 19:09:20 +01:00
e6a81f3352 made createOutput more generic
with modular item and line-seperator
2013-11-29 19:09:19 +01:00
tpajenka
8040f109e5 Funktionen zum Testen der Constraints/Density "gefüllt" 2013-11-29 19:09:05 +01:00
410c717abe multiple changes
- modified main-loop
- changed error-handling
- all read arrays are now repa-arrays
- modified & tested output to print generic DIM2-repa-arrays in our format
2013-11-29 18:46:49 +01:00
tpajenka
7c0fb79d21 Typsignaturen der Funtkionen des Algorithmus korrigiert 2013-11-29 15:54:36 +01:00
tpajenka
61b85720fd Rückgabewert von "constraint" 2013-11-29 15:35:40 +01:00
tpajenka
befc7f489c Umstieg auf monad-par und repa-Arrays 2013-11-29 15:30:09 +01:00
tpajenka
e3e0222cda Funktionen zum Testen der Constraints;Erzeugung und Update der Constraint-Tabellen 2013-11-27 23:34:22 +01:00
tpajenka
6589f5a0e7 korrekte Typen in initConstrMat (vorher genConstrMat) 2013-11-27 18:31:43 +01:00
tpajenka
2ca5f8593e angefangen preprocess function, dist/setup-config wieder raus 2013-11-27 16:50:35 +01:00
77bb358198 made command-line-args static so we can debug properly 2013-11-27 16:38:54 +01:00
tpajenka
31f0468cfd fehlende Dateien 2013-11-27 13:19:02 +01:00
tpajenka
a4096b66ab Accelerate mit Ausnahmen qualified import, Berechnung in Modul DCB.hs 2013-11-27 13:17:21 +01:00
a307457e16 more .gitignore 2013-11-27 12:54:17 +01:00
05d298e31e added createAttr to parse Attribute-File. 2013-11-27 12:10:52 +01:00
67cd8059f0 Migrated functions to Acc-Monad 2013-11-26 17:55:02 +01:00
tpajenka
1a13b62cc4 data Graph nutzt weitere bereits definierte Typen, Pseudocode in references 2013-11-24 19:04:15 +01:00
5d66fb1310 added type-definitions for better distinction 2013-11-22 23:22:38 +01:00
6e1421018c input now need to be 2 files
- help is not defined currently, needs to be implemented
2013-11-22 17:15:19 +01:00
fd21808edd migrated to accelerate-arrays, predifined functions which should do stuff lateron as planned 2013-11-22 15:18:53 +01:00
fb68830abd edited some comments for clarification 2013-11-19 13:24:21 +01:00
2610d0c94b tried to identify slowdown - possible 'foldl (++) graphlist' causing much GC-activity in the long-run 2013-11-19 13:20:06 +01:00
a0437a7f43 minor stuff 2013-11-15 18:15:32 +01:00
27c4349f53 Migrated String to Text 2013-11-15 16:41:18 +01:00
717cfd7b34 expanded stuff, included more dependencies, got accelerate to run 2013-11-15 13:19:25 +01:00
df9a0d46fd added parallel graph-parsing, enabled profiling 2013-11-14 15:27:42 +01:00
cf6a581e9e initial commit 2013-11-14 13:28:05 +01:00