Add extension operators and new operators (#150)

modifies some opt passes w/ new ops
This commit is contained in:
Alex Ozdemir
2023-03-14 01:09:46 -07:00
committed by GitHub
parent 155794c2bf
commit 450c37b896
24 changed files with 1229 additions and 72 deletions

View File

@@ -27,8 +27,7 @@ fn main() {
}
let cs = Computation {
outputs: vec![term![Op::Eq; t, v]],
metadata: ComputationMetadata::default(),
precomputes: Default::default(),
..Default::default()
};
let _assignment = ilp::assign(&cs, "hycc");
//dbg!(&assignment);