-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
In the function find_optimal_states, line 27 it reads
for i = 0 : 2^(N-1)
But I think this should be
for i = 0 : 2^N-1
- Bitbucket: https://bitbucket.org/csbl/tiger/issue/31
- Originally reported by: Paul Jensen
- Originally created at: 2012-08-20T23:38:13.095
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels