"use strict" var sc = require("simplicial-complex") var parity = require("permutation-parity") module.exports = toNormalForm module.exports.compare = compareCells function toNormalForm(cells) { var ncells = sc.normalize(cells.slice()) for(var i=0; i