Do not ignore newline after AND in binary AIG

This commit is contained in:
Eddie Hung 2019-02-11 11:51:44 -08:00
parent fb6df09dd2
commit bb4164481d
1 changed files with 0 additions and 1 deletions

View File

@ -242,7 +242,6 @@ void AigerReader::parse_aiger_ascii()
and_cell->setPort("\\B", i2_wire);
and_cell->setPort("\\Y", o_wire);
}
std::getline(f, line); // Ignore up to start of next line
}
static unsigned parse_next_delta_literal(std::istream &f, unsigned ref)