delete unnecessary check

This commit is contained in:
2023-09-28 00:29:25 +08:00
parent 67aecb0cdb
commit fb7e79c1d4

View File

@ -290,7 +290,6 @@ void InterpretResult(std::vector<std::vector<double> > equations) {
assert(vid >= 0);
assert(vid < variaID_to_position.size());
std::pair<int, int> pos = variaID_to_position[vid];
assert(map_status[pos.first][pos.second] == 0);
if (sol == 0) {
map_status[pos.first][pos.second] = 1;
no_mine_block_to_be_clicked.push(pos);