Asllib.StaticOperationsSourceval constraint_binop :
AST.binop ->
AST.int_constraint list ->
AST.int_constraint list ->
AST.int_constraint listconstraint_binop op cs1 cs2 is the set of constraints given by the element wise application of op.
Supported ops: DIV, DIVRM, MUL, PLUS, MINUS, SHR, SHL, MOD, POW.