Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/dspace example vis #33

Merged
merged 21 commits into from
Apr 29, 2024
Merged

Feature/dspace example vis #33

merged 21 commits into from
Apr 29, 2024

Conversation

arg0n1s
Copy link
Contributor

@arg0n1s arg0n1s commented Apr 12, 2024

Despite the confusing name of the branch, it contains an alternative (much) faster GIPS-based p2p algorithm.
Additionally it contains some libaries for JS-based Graph visalization.

-> Problem: Transfer time cannot be minimized since calculating transfer time requires dividing file size by connection bandwidth, which is impossible since this is a variable value.
-> Any ideas?
-> Still slow but it works!
-> TODO: Sometimes the objective function value flips to values around -9999. This is probably due to an oversight in the constraint group that assigns values to the transfertime variable
…e_vis

- Conflicts:
-	network.model/.classpath
-	network.model/META-INF/MANIFEST.MF
-	network.model/model/Model.emf
-	network.model/src/facade/ModelFacade.java
@arg0n1s arg0n1s requested a review from maxkratz April 12, 2024 13:24
@maxkratz maxkratz force-pushed the feature/dspace_example_vis branch 2 times, most recently from bdb0f87 to 7b85662 Compare April 12, 2024 14:15
MANIFEST.MF: fixes broken formatting
Copy link
Member

@maxkratz maxkratz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed some things (mainly the upcoming naming conflict with Philipp's metamodel) -> Can be merged now.

@maxkratz maxkratz added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 29, 2024
@maxkratz maxkratz merged commit 5afd8e1 into main Apr 29, 2024
@maxkratz maxkratz deleted the feature/dspace_example_vis branch April 29, 2024 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants