Massively cleaned up SNDLib importer (and related files)
Use names for networks in DOTExporter and SNDlibImporter
Add random BW resources only if there is no pre-existing resource
Make SDN network topologies bidirectional
Added source and sink Resource/Demand pairs
Provide missing GlobalDelayDemand
Removed useless name attribute in constraints
Added SNDLib Importer for ScenarioChain Experiments
Move SNDLib files
Push missing classes
Refactor: Orchestrator as interface
Smaller cleanup
Cleaned up code: Reduced use of 'instanceof'
Removed unused code
Made access to constraints much more natural. Eliminated ugly type cast
Remove unused class
Added a basic integration test
Cleaned up XMLImporter a bit
Removed Name from Networks: Replaced with Label
Make copy functions more readable.
NetworkEntitys (Nodes and Links) now know the network they belong to.
Typo fixed
Static delay can now be added to nodes as well
More cleanup
More cleanup
Remove dead code
Remove deprecated BasicParser
FoolLinkMapping -> NoLinkMapping (better reflects the meaning)
More cleanup
Remove more dead code
Remove dead code
Delete unreferenced file
Refactoring: Removed superfluous CopyNetwork
Multiple changes
Refactored IdResource -- SubstrateNetwork no longer needed there
Missing element
Make new generation elements public
home
home
- added CommonRessource/CommonDemand
minor
updated requirements
- added and integrated the DPVNE algorithm (cf....
home
requirements
home
online simulation: small fix
added tool for performing online simulations
Fix previous commit---errors were not caught. A...
Handle faulty algorithms better
Added 'commons-cli'
Several fixes and random Erdös Renyi Networks a...
Bugfix: Equality check
Reorganized resources/demands: Now subpackage o...
Small fixes; Enabled generation of numbered (or...
Fix: Removing a network from the NetworkStack n...
Cleaned up some metrics
Some changes necessary to avoid memory problems.
Cleanup of test package - moved old framework t...
Helper method to convert a Run into the old for...
Enabled bulk generation of random seeds
Make sure a substrate network exists before add...
Added example for XML Experiment specification
New code path: Scenario generation via an XML E...
New way of generating scenarios
(including misplaced metrics to former commit)
Better support for runtime/online metrics. Adde...
simplified evaluation metrics; code cleanup
Utils.toString: optional recursive option
Utils.toString method now also includes fields ...
network factories: create directed/undirected n...
Updated README to list apache commons CLI as ne...
metrics: return NaN, not 0.0d
Tests can now be called directly from the Main ...
Bugfix - revert Registry.java to previous version
More cleanup - remove classes not applicable fo...
BackupDemand: bugfix
FreeSlotsResource: minor bug fix
Bugfix + deleted empty dirs
Even more cleanup
Some cleanup of MiscelFunctions
More code cleanup
FreeSlotsDemand: cleanup
code cleanup
simplyfied version of FreeSlotsDemand
Backup constraints: switched to a simpler model
NullAlgorithm - performs no mapping. Useful to ...
Working on making Scenario the actual interface...
BackupResource: max. sharing factor
Fixed the bugfig
bugfig
getVirtuals
cleanup
improved revenue metric: now, the metric consid...
cleanup
.