mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-09 14:48:16 -05:00
Range constraint optimizer (#3151)
Fixes #3128 --------- Co-authored-by: Leo <leo@powdrlabs.com>
This commit is contained in:
@@ -65,7 +65,7 @@ pub enum Error {
|
||||
/// (some kinds of) equations.
|
||||
///
|
||||
/// The name is derived from the fact that it groups linear terms by variable.
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
|
||||
pub struct GroupedExpression<T, V> {
|
||||
/// Quadratic terms of the form `a * X * Y`, where `a` is a (symbolically)
|
||||
/// known value and `X` and `Y` are grouped expressions that
|
||||
|
||||
Reference in New Issue
Block a user