68 static int wireIs(
const int &cell) {
return cell%1000; }
69 static int layerIs(
const int &cell) {
return cell/1000; }
70 static int cellIs(
const int &wire,
const int &layer) {
return
static int wireIs(const int &cell)
static int layerIs(const int &cell)
static int cellIs(const int &wire, const int &layer)