Closed csukuangfj closed 4 years ago
By the way, there is no need to put an extra space
in this statement for vector<vector<int> > &alpha_next,
since your code uses c++11
.
The flag should be -std=c++11
and is NOT --std=c++11
. Note that there is only one dash.
The extra
int
hides the global variable.DEN_NUM_STATES
andDEN_NUM_ARCS
can be removed from the code since they are used only for debugging purposes.