daf87fd737
added ordnub-submodule with varying implementations
2013-12-18 11:12:22 +01:00
fe7b575800
i accidentally factor 10..
2013-12-18 09:22:19 +01:00
tpajenka
cad98f10cb
updateDensity slightly more efficient
2013-12-14 13:02:30 +01:00
tpajenka
3cdb1d6d60
reduced version requirement for vector module
2013-12-09 12:01:49 +01:00
1ec8de8ee2
made parallel
...
some performance-data in main.hs.
Changes can be viewed in git.
TODO:
- Find out why there is overhed of >50%
2013-12-09 01:51:32 +01:00
9abbf0f508
completed sequential project. Testdata are looking right.
2013-12-03 15:04:52 +01:00
726516cfb1
derped module-names
2013-12-03 11:38:48 +01:00
f70e73f0d4
debugging.. split Module in more files
2013-12-03 11:36:31 +01:00
56d6d29f3a
implemented step. Something is wrong with the 2nd expansion.. 1 Graph wont get created due to some constraint..
2013-12-03 02:44:22 +01:00
1241394c3e
Merge branch 'master' of pwning.de:/hgraph
...
Conflicts:
src/DCB.hs
2013-12-03 01:40:37 +01:00
61d0868b0d
implemented more untested stuff
2013-12-03 01:39:24 +01:00
tpajenka
c270736b95
Merge branch 'master' of pwning.de:/hgraph
...
Conflicts:
src/DCB.hs
2013-12-03 01:16:09 +01:00
tpajenka
52c3afa427
Haddock in DCB, unnötiges Argument in 'preprocess' entfern (density) und Haddock in Utils korrigiert
2013-12-03 01:06:56 +01:00
03be3b4b5b
implemented addablePoints.. not tested, but type-checked :p
2013-12-03 00:22:51 +01:00
03a34eac8e
fixed small bug with indices-vector
2013-12-02 22:56:30 +01:00
9eda6c9165
Added Data for tests, found bugs..
2013-12-02 22:46:14 +01:00
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
e45d846237
added doc to .gitignore - invoke "cabal haddock --executables" for up2date documentation
2013-12-01 15:37:53 +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
43e6016fec
added more to .gitignore
2013-11-29 18:49:11 +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
1bd97fbcc6
Merge branch 'master' of pwning.de:/hgraph
2013-11-29 18:45:20 +01:00
b1ef6be355
added *autogen* to gitignore
2013-11-29 18:45:08 +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