Natanael Rabello

Results 3 issues of Natanael Rabello

### Describe the bug Reading DIMACS files fails with files having more than 10 variables from CNF. ### Reproducible example code main.cpp: ```cpp #include #include #include #include #include #include #include...

bug

Error thrown on tests, possible indicative of bug: `c4/charconv.hpp:2144:11: runtime error: null pointer passed as argument 2, which is declared to never be null`

Serde library should have an instantiation (in a dummy function) for all types specialized for serde::serialize, to avoid the below linkage error. The below linkage error is generated because YamlSerializer::serialize_map_key(key)...