Skip to main content

times

Function times 

Source
pub fn times(
    a: impl IntegerVariable + 'static,
    b: impl IntegerVariable + 'static,
    c: impl IntegerVariable + 'static,
    constraint_tag: ConstraintTag,
) -> impl Constraint
Expand description

Creates the Constraint a * b = c.