lnis-uofu / LSOracle

IDEA project source files
MIT License
97 stars 41 forks source link

Program execution stuck during karypar #98

Closed Zhou-Yilong closed 1 year ago

Zhou-Yilong commented 1 year ago

I was using the oracle command,and then the problem occured .

image

Then I debugged the code ,finding that it had executed "HEAVY_PREPROCESSING_ASSERT" in "modularity.h:121' .And that should not happen ,because the variable enable_heavy_assert is false.

image

20230522181605

image

How can I fix this?

Zhou-Yilong commented 1 year ago

I have fixed this problem by cloning and making another one.