Commit Graph
100 Commits
Author SHA1 Message Date
raj_mathe 4cc4410c19 master > master: code py - schemata aktualisiert 2022-06-15 15:54:52 +02:00
raj_mathe 3791220cee master > master: code py - fractional Werte + Sortierung in Greedy-Summen 2022-06-14 20:02:22 +02:00
raj_mathe c6149c230a master > master: code py - utils, rel perm 2022-06-14 20:01:48 +02:00
raj_mathe 3b8f80cff9 master > master: code py - verbesserte Darstellung + »korrekte« Behandlung von Reihenfolgen
- im Kurs wird die Permutation nur für Greedy-Berechnungen angewandt
- die Reihenfolge der Items in der Hauptberechnung bei B&B bleibt wie bei Angaben
2022-06-14 14:40:02 +02:00
raj_mathe e3c3bbec37 master > master: code py - korrigierte logik 2022-06-14 12:19:35 +02:00
raj_mathe f45781be71 master > master: code py - pad ones/zeros für einelementige Fälle 2022-06-14 11:24:32 +02:00
raj_mathe 56a93bbac9 master > master: code py - commands minor korrektur 2022-06-14 10:09:50 +02:00
raj_mathe a93b59539f master > master: code py - schema minor korrektur 2022-06-14 10:09:33 +02:00
raj_mathe 304b8315f3 master > master: code py - bei output Sortierung rückgängig machen 2022-06-14 10:09:21 +02:00
raj_mathe 828000a2ac master > master: code py - display für Sortierungsschritt 2022-06-14 09:03:29 +02:00
raj_mathe 026cd6addf master > master: code py - display verbessert 2022-06-14 01:53:48 +02:00
raj_mathe ea36c82728 master > master: code py - algorithmen für rucksackproblem 2022-06-14 01:35:10 +02:00
raj_mathe 7cfaf253b3 master > master: code py - schemata für rucksack 2022-06-14 01:34:44 +02:00
raj_mathe d79b10e190 master > master: READMEs angepasst 2022-06-12 10:32:25 +02:00
raj_mathe 8e59bc941f master > master: code py - scripts, doc-building
- `just build-documentation` vom `just build` Befehl jetzt getrennt
- wird nur mit `just dist` Befehl ausgeführt
2022-06-12 10:27:57 +02:00
raj_mathe 036c87f829 dev > master: code py - documentation erzeugt 2022-06-11 16:08:08 +02:00
raj_mathe 4fa02a4962 master > master: code py - schemata überarbeitet 2022-06-11 16:07:23 +02:00
raj_mathe 38b477e0ad master > master: code py - documentation generation 2022-06-11 16:07:09 +02:00
raj_mathe 8acb2157ab master > master: code py - minor 2022-06-11 14:07:00 +02:00
raj_mathe d454f71bfa master > master: code py - unit tests aktualisiert 2022-06-11 14:02:09 +02:00
raj_mathe 17ea04cfee master > master: code py - config schema aktualisiert 2022-06-11 14:01:24 +02:00
raj_mathe 301a9c87be master > master: code py - refactored code mit Endpunkten 2022-06-11 14:00:45 +02:00
raj_mathe d8f6c802b2 master > master: code py - config schema defaults 2022-06-10 16:57:44 +02:00
raj_mathe 99a194dfc8 master > master: code py - asset für testfälle aufgeräumt 2022-06-10 16:53:16 +02:00
raj_mathe 670fd1b73e master > master: code py - Tarjan / Tabellenspalten umgetauscht 2022-06-10 16:38:42 +02:00
raj_mathe c0bc69450c master > master: code py - fügte tarjan im Hauptzyklus hinzu 2022-06-10 16:32:15 +02:00
raj_mathe 3e8b3c157d master > master: code py - verb -> verbose 2022-06-10 16:04:45 +02:00
raj_mathe a83315e3e6 master > master: code py - fügte tarjan api hinzu 2022-06-10 16:04:30 +02:00
raj_mathe 6920944cdf master > master: code py - syntaxfehler 2022-06-10 12:46:53 +02:00
raj_mathe 90c48a85f9 master > master: code py - requirements für model-gen 2022-06-10 12:45:36 +02:00
raj_mathe 92057b1882 master > master: code py - cleanup von optionalen aspekten 2022-06-10 12:44:04 +02:00
raj_mathe 0145f1f873 master > master: code py - config optionen für richtungsprios 2022-06-10 12:40:55 +02:00
raj_mathe b4a5ee213c master > master: code py - refactoring 2022-06-10 12:28:00 +02:00
raj_mathe 0116e2fbfb master > master: code py - matrix natürlicher aufschreiben 2022-06-10 12:11:14 +02:00
raj_mathe 97295b71cd master > master: code-py - refactoring von config/models
- manche command-optionen wie verbosity nach config.yaml umgezogen.
2022-06-10 12:08:31 +02:00
raj_mathe 0523c68100 master > master: code py - models + config implementiert 2022-06-10 11:51:05 +02:00
raj_mathe 67f6caf2d5 master > master: code py - tree darstellung einheitlicher 2022-06-10 09:06:27 +02:00
raj_mathe 969a880440 master > master: code py - bessere Baum-Ausgabe 2022-06-09 18:33:58 +02:00
raj_mathe 61e49f19e0 master > master: code py - bessere Darstellung für moves 2022-06-09 18:16:07 +02:00
raj_mathe 760bff11f2 master > master: code py - refactoring
- umbenennungen
- verbesseungen der Darstellungen
- enums zur beseren Steuerung der versch. Modi
- refactoring des Algorithmus
- Verwendung von tabulator
2022-06-09 18:13:42 +02:00
raj_mathe 57bc1e68e6 master > master: code py - README (make -> just) 2022-06-09 18:12:35 +02:00
raj_mathe 8111b8ef07 master > master: code py - setup 2022-06-09 18:12:24 +02:00
raj_mathe 67aa70edfa master > master: code py - verbose/display mode als enum 2022-06-09 15:14:03 +02:00
raj_mathe b79cc24bc4 master > master: code py - Trennwand reduziert 2022-06-09 15:03:28 +02:00
raj_mathe a536d16c1d master > master: code py - requirements kompakteres Display 2022-06-09 15:00:06 +02:00
raj_mathe 61841a5368 master > master: code py - third party 2022-06-09 14:55:08 +02:00
raj_mathe 0a7b1dc9bc master > master: code py - requirements 2022-06-09 14:55:00 +02:00
raj_mathe 954becea26 master > master: code py - minor 2022-06-09 10:45:35 +02:00
raj_mathe 9c5b88b64d master > master: code py - hirschberg darstellungen verbessert 2022-06-09 08:48:09 +02:00
raj_mathe 14a882e9d3 master > master: code py - hirschberg 2022-06-09 01:51:08 +02:00
raj_mathe 53b2066e0d master > master: code py - tsp 2022-06-09 01:50:57 +02:00
raj_mathe 07cf57eeab master > master: code py - imports 2022-06-09 01:50:36 +02:00
raj_mathe 96bb225978 master > master: .gitignore 2022-06-02 11:42:59 +02:00
raj_mathe 00e5432b6c master > master: tsp 2022-06-02 11:42:42 +02:00
raj_mathe 5e92cd1fd4 master > master: README - formatierung 2022-04-19 09:05:31 +02:00
raj_mathe cc9cb01c46 master > master: makefile - lösche binäre Datei nicht 2022-04-19 09:02:32 +02:00
raj_mathe 9f0263a23f master > master: README - minor 2022-04-19 09:02:10 +02:00
raj_mathe 82bf3c12b0 master > master: README - python init 2022-04-19 09:02:04 +02:00
raj_mathe 274f633f2c master > master: code-py - unittests 2022-04-18 19:16:28 +02:00
raj_mathe 34c7d9d0c4 master > master: code-py - unittest config 2022-04-18 19:04:55 +02:00
raj_mathe 04cdeb4e18 master > master: code-py - tarjan + stacks + logging 2022-04-18 19:04:42 +02:00
raj_mathe 2ecf52fe3d master > master: code-py - gitignore 2022-04-18 19:03:52 +02:00
raj_mathe a3538095ba master > master: code-py - requirements 2022-04-18 19:03:44 +02:00
raj_mathe 5be654e5db master > master: code-rs - minor 2022-04-18 19:03:28 +02:00
raj_mathe dc831a91c7 master > master: code - makefiles korrigiert + unittest 2022-04-18 19:03:01 +02:00
raj_mathe d5a79e77ce master > master: code-rust - algorithmus sauberer + Kommentare 2022-04-14 12:26:53 +02:00
raj_mathe 859a779ba5 master > master: code-rust - minor 2022-04-14 12:03:00 +02:00
raj_mathe b6cea5920f master > master: protokoll - woche2 2022-04-14 12:01:44 +02:00
raj_mathe b30de02973 master > master: code-rust - schönheits op für algorithmus 2022-04-14 11:57:41 +02:00
raj_mathe 5ce805c543 master > master: code-rust - .contains methode für stacks hinzugefügt 2022-04-14 11:55:31 +02:00
raj_mathe 07b214bc24 master > master: code-rust - util min durch macro ersetzt 2022-04-14 11:54:49 +02:00
raj_mathe 37f05d1ff0 master > master: code-rust - debug logging auslagern 2022-04-14 05:16:53 +02:00
raj_mathe b377120ea8 master > master: core-rust - export für alle log-methoden 2022-04-14 05:12:33 +02:00
raj_mathe c923604b59 master > master: cargo-rust - entferne nicht gebrauchte imports 2022-04-14 05:08:58 +02:00
raj_mathe fa732f68b2 master > master: code-rust - bsp in main geändert 2022-04-14 05:02:10 +02:00
raj_mathe c17ba0fefb master > master: code-rust - debugging im Alg 2022-04-14 05:01:47 +02:00
raj_mathe d0099eb7f9 master > master: code-rust - log 2022-04-14 05:01:08 +02:00
raj_mathe f192559eca master > master: code-rust - korrigierte fixture 2022-04-13 23:32:19 +02:00
raj_mathe 6da791d7bb master > master: code-rust - Bsp hinzugefügt 2022-04-13 23:13:14 +02:00
raj_mathe 4b2c73b9f8 master > master: README 2022-04-13 23:12:37 +02:00
raj_mathe e667051a81 master > master: code-rust - README 2022-04-10 15:59:37 +02:00
raj_mathe 279677fb7c master > master: code-rust - String-type macro 2022-04-10 15:42:19 +02:00
raj_mathe 5f5165dca8 master > master: code-rust - verwendung von assertion rules in unit-tests 2022-04-10 10:35:35 +02:00
raj_mathe 5da0084a6d master > master: code-rust - fügte assertion rules hinzu 2022-04-10 10:35:18 +02:00
raj_mathe cadd869155 master > master: code-rust - unit tests für gph + tarjan 2022-04-08 23:36:29 +02:00
raj_mathe 0d8583dd0c master > master: code-rust - utils für vec -> set conv 2022-04-08 23:35:30 +02:00
raj_mathe cc297011b2 master > master: code-rust - cargo 2022-04-08 23:35:04 +02:00
raj_mathe 17723e71a7 master > master: code-rust - makefile 2022-04-08 17:08:28 +02:00
raj_mathe 85964de351 master > master: code-rust - basic unit tests hinzugefügt 2022-04-08 17:07:36 +02:00
raj_mathe 2f4032b64a master > master: code-rust - minor 2022-04-08 17:07:03 +02:00
raj_mathe 2f600e01e3 master > master: code-rust - bsp 2022-04-08 07:27:10 +02:00
raj_mathe 0dcc97cd6d master > master: code-rust - tarjan alg 2022-04-08 07:27:04 +02:00
raj_mathe b85574cda4 master > master: code-rust - init 2022-04-08 07:26:56 +02:00
raj_mathe 3338b255a1 master > master: src-py bsp 2022-04-07 16:41:33 +02:00
raj_mathe cd265e4ee9 master > master: src-py tarjan alg 2022-04-07 16:41:26 +02:00
raj_mathe 4b4634994c master > master: src-py - init 2022-04-07 16:41:15 +02:00
raj_mathe 15954963ca master > master: protokoll - woche 1 2022-04-07 16:40:59 +02:00
raj_mathe f41ec73a05 master > master: src - rust 2022-03-30 18:00:21 +02:00
raj_mathe 99b8bbd6a7 master > master: src - py 2022-03-30 18:00:11 +02:00
raj_mathe f91561663b master > master: protokoll 2022-03-30 17:26:24 +02:00