Commit graph

797 commits

Author SHA1 Message Date
a4b5e8419f GSON: 2.8.6 -> 2.8.9 2021-12-20 15:52:27 +01:00
fdeaadb90b Merge branch 'main' into feature/dependency-updates 2021-12-20 15:44:01 +01:00
2bef50e214
Merge pull request #16 from Echtzeitsysteme/feature/gurobi-update
Update Gurobi to newer version
2021-12-20 15:43:16 +01:00
6919447b11 Java: SE 13 -> SE 16 (config and README.md) 2021-12-20 15:39:55 +01:00
beee9cada8 Removes old Gurobi jars + updates the README.md file 2021-12-20 15:33:07 +01:00
2cf47abf85 Merge branch 'main' into feature/gurobi-update 2021-12-20 15:28:18 +01:00
09354a1c59
Merge pull request #19 from Echtzeitsysteme/feature/new-ilp-algo
Integrate new purely ILP-based VNE algorithm
2021-12-20 15:27:44 +01:00
567092ae8f Removes Cardygan-ILP dependency completely 2021-12-20 15:22:59 +01:00
167ed404d1 Removes the old ILP algorithm implementation 2021-12-20 15:14:51 +01:00
54cea7ebba Fixes test cases with inherited fake ILP algos 2021-12-20 15:03:08 +01:00
0134b19752 Adds fake ILP VNE algorithm with batch function
Tests aren't green, yet
2021-12-20 15:00:46 +01:00
1593f02b37 Merge branch 'main' into feature/new-ilp-algo 2021-12-20 14:31:19 +01:00
79a3518b70
Merge pull request #17 from Echtzeitsysteme/feature/adapt-visualization-to-mt
Adapt virtual and substrate network visualization to master-thesis
2021-12-20 14:15:09 +01:00
f4354dcb98 Bumps Gurobi version to 9.5.0 2021-12-20 14:12:05 +01:00
7aeadb9d4c Fixes a flaky test case for PM-based algorithms 2021-12-17 10:54:42 +01:00
26b8707028 Adapts screenshots to new UI + extends README.md 2021-12-17 08:37:55 +01:00
c3a5e604a9 Adds an example for the VneFakeILP algorithm + java doc 2021-12-16 15:21:57 +01:00
567cca7077 Generalized test(s) to embed a vnet onto a rack 2021-12-16 15:12:23 +01:00
4530e41417 Adds impl. of SOS1 constraints in CPLEX, but commented out
There is an issue with equally weightened SOS1 constraints in CPLEX
2021-12-16 13:39:57 +01:00
f27ee2d8dc Removes VneIlpPathAlgo dependency from all other tests 2021-12-16 12:15:37 +01:00
7abe3650ab Adds a new VNE ILP algorithm variant
The new variant does not rely on Cardygan ILP
2021-12-16 11:22:15 +01:00
4d6bd0713e Makes ILP solver configurable for all PM-based VNE algorithms 2021-12-16 09:20:07 +01:00
d0be0cd844 Adds a basic implementation for the CPLEX ILP solver 2021-12-16 09:07:27 +01:00
6e6be166bb Fixes all TAF algorithm examples
Correct algorithm objective configuration was missing
2021-12-15 13:41:32 +01:00
e99916dbaf Fixes wrong visualization, adds some doc and .gitignore for ex. models 2021-12-15 13:40:47 +01:00
68eb40893e Bumps Gurobi version to 9.0.3 2021-12-14 16:47:36 +01:00
bd48f77b9d Merge branch 'hotfix/windows-and-smaller-adaptions' into main 2021-12-13 11:40:26 +01:00
e3bad33889 Changes MANIFEST.MF line ending to Windows 2021-12-13 11:40:11 +01:00
8a7ffaf263 Updates Github citation 2021-12-13 11:35:02 +01:00
ae897d22c3 Applies new code-style to fixed test(s) 2021-12-13 11:18:41 +01:00
d654d145f9 Merge branch 'main' into hotfix/windows-and-smaller-adaptions 2021-12-13 11:15:53 +01:00
1b0f26e5fd Merge branch 'hotfix/change-codestyle' into main 2021-12-13 11:14:07 +01:00
d0211836f2 Changes my email adress from stud to ES 2021-12-13 11:12:23 +01:00
9a66c83c39 Adds code-style section to README.md 2021-12-13 11:01:11 +01:00
70649e6820 Applies new code-style to all source files 2021-12-13 10:54:25 +01:00
5bbb107c37 Removes old code-style settings 2021-12-13 10:46:24 +01:00
31dff0f72e Adds model description to .gitignore 2021-12-13 10:31:17 +01:00
921c3b6b06 Fixed path generator tests (for Windows) 2021-12-10 11:59:40 +01:00
5365f12871 Restructured lib folders 2021-09-30 13:14:38 +02:00
621e428821 Fixed some minor issues in README.md 2021-09-30 12:52:46 +02:00
20b900852b Update issue templates 2021-09-22 09:26:28 +02:00
6ed5941c16 Merge branch 'feature/statistic-adaptions-p2' into main 2021-09-16 14:23:17 +02:00
dfebfae908 Added javadoc output path to gitignore 2021-09-16 14:17:58 +02:00
c8bae0312c Implemented rounding functionality of time_total in statistics 2021-09-16 13:38:00 +02:00
c87eab30cc Added two more examples 2021-09-16 13:15:03 +02:00
fa3be77acb Added issue reference to data type mismatch in GT rules 2021-09-04 17:00:01 +02:00
3b65798f06 Merge branch 'feature/more-gt-embedding-action' into main 2021-09-04 16:58:18 +02:00
db62a0edd6 Merge branch 'feature/statistic-adaptions' into main 2021-09-04 16:58:15 +02:00
01e21d2ebe Fixed a bug in pipeline algos: Added disposal of stages + adapted tests to cover the bug 2021-09-04 16:55:24 +02:00
9ada2a5346 Fixed bug in pipeline test (vnet + normal PM) 2021-09-04 16:18:44 +02:00