gen_fun::Hadamard_product: don't assume equalities are independent
[barvinok.git] / combine.h
blob5a5ed00ee3401cccc3264dbf571d1022a0b4c816
1 #if defined(__cplusplus)
2 extern "C" {
3 #endif
5 #include <polylib/polylibgmp.h>
7 void Combine(Value *p1, Value *p2, Value *p3, int pos, unsigned length);
9 #if defined(__cplusplus)
11 #endif