Closed tanyongkiam closed 1 year ago
Oh wow, you are right! I'm so sorry. I added exactly your fix: bd1b643560c0ebe0af5deb28403e158b133be529 Thanks again.
I should have some test cases :S Maybe I should have some tests.... it takes quite a bit of time to set up. I'm adding an issue related to missing end-to-end tests.
Upon reading a regular comment line
c foo ...
, the following lines in the projection set parser appear to break entirely out of the ANF parsing loop (and ignore the rest of the input file). I guess they shouldcontinue
instead ofbreak
.https://github.com/meelgroup/bosphorus/blob/master/src/anf.cpp#L131 https://github.com/meelgroup/bosphorus/blob/master/src/anf.cpp#L133 https://github.com/meelgroup/bosphorus/blob/master/src/anf.cpp#L135
Example file:
Bosphorus with
--allsol
gives: