Module split_pair

Expand description

This module contains the logic to split an integer expression into pairs of factors and an atom / parameter or constant.

The general outline of the conversion is described in more detail in ../general_to_lia.rs.

Structs§

LinearIntegerExpr
Type to represent a linear arithmetic expression

Enums§

AtomFactorPair
Pair of an atom and a factor