mirror of
https://github.com/circify/circ.git
synced 2026-01-10 06:08:02 -05:00
Add extension operators and new operators (#150)
modifies some opt passes w/ new ops
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user