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

(TC 2018) cannot parse complexity results #191

Open
jwaldmann opened this issue Jul 13, 2018 · 2 comments
Open

(TC 2018) cannot parse complexity results #191

jwaldmann opened this issue Jul 13, 2018 · 2 comments
Labels

Comments

@jwaldmann
Copy link
Owner

tool output starts with WORST_CASE(Omega(n^2), O(n^2))
but is shown (in results tables) as  | WORST_CASE(Omega(n^2) 18.7 / 8.8  (0)
while it should be n^2/n^2

@jwaldmann jwaldmann added the bug label Jul 13, 2018
@jwaldmann
Copy link
Owner Author

worksforme:

stack install
stack repl src/Presenter/Model/Complexity2015.hs
*Presenter.Model.Complexity2015> short (read "WORST_CASE(Omega(n^2), O(n^2))" :: Bounds )
"n^2/n^2"

@AkihisaYamada
Copy link

thanks for help... that worked for me as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants