Skip to content

Commit

Permalink
Update hybrid.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto committed Oct 25, 2024
1 parent c1f0f93 commit 1099e4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/circuit/ops/hybrid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ impl<F: PrimeField + TensorType + PartialOrd + std::hash::Hash> Op<F> for Hybrid
| HybridOp::Less { .. }
| HybridOp::Equals { .. }
| HybridOp::GreaterEqual { .. }
| HybridOp::Max
| HybridOp::Min
| HybridOp::LessEqual { .. } => {
vec![0, 1]
}
Expand Down

0 comments on commit 1099e4b

Please sign in to comment.