-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ebf56b2
commit 589149d
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# IPL-Sim | ||
IPL match simulator entirely based on C++ | ||
|
||
To run, firstly update the schedule in the same format, put in match number in IPL.cpp, and update the initial points accordingly, then tun the IPL.cpp file, youll get results.txt and results.csv, both are essentially the same, but since I found easier to handle the txt file i used it. Then run DataHandle.cpp and then boom, you have your T2 and T4 probability calculated. NOTE- it doesnt check NRR as of now, and if its tie of points for top 2/top 4 it counts it for the probability, I'll try to change that in coming versions(if i am not lazy in the future) |