cloudsimplus / cloudsimplus-examples

CloudSim Plus Examples: the starting point to understand how to use the framework and create your own simulations
https://cloudsimplus.org
GNU General Public License v3.0
22 stars 19 forks source link

New example for formatting capabilites of CloudletsTableBuilder #8

Closed struffel closed 1 year ago

struffel commented 1 year ago

Creates a new example to show the formatting capabilites of the improved CloudletsTableBuilder. It runs a simple simulation scenario with two kinds of cloudlets and then prints the results in multiple tables with several different formatting settings.

This PR should only be added together with PR 405 on the main cloudsimplus repository as it relies on the changes made in it.

manoelcampos commented 1 year ago

Please update to CloudSim Plus 7.3.1.

struffel commented 1 year ago

Okay, I updated my example code for the new implementation.