ge.h
299 Bytes
/*
* ge.h
*
* Created on: 22/01/2017
* Author: pedro
*/
#ifndef SRC_CONSTRAINTS_GE_H_
#define SRC_CONSTRAINTS_GE_H_
unsigned int c_ge(unsigned int x_id, unsigned int y_id);
unsigned int c_ge_reif(unsigned int x_id, unsigned int y_id, int reif_v_id);
#endif /* SRC_CONSTRAINTS_GE_H_ */