Skip to main content

virtual network embedding

Project description

========================================================================
virtual network embdding

========================================================================
run method
from VNE_SIM.VNR import *
from VNE_SIM.SN import *
import VNE_SIM.algorithm as alg
SNpath='topology\\sn\\sub100-570.txt'
vnrpath='topology\\newr-2000-0-20-0-25'
vnrnumber=2000
timeframe=2000
mysimulation=simulation(5,SNpath,vnrpath,vnrnumber)
mysimulation.init(timeframe)
def my_vne_alg():
v2sindex=[[v1,s1]]
ve2seindex=[[s1,s2,...]]
return True|False,v2sindex,ve2seindex
mysimulation.simulation_run(EA_VNR.EA_VNR_alg,EA_VNR.EA_VNR_ALG_NAME)
mysimulation.draw()
#####################################
zzu@1402

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

VNE_SIM-2.5.2-py3-none-any.whl (12.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page