Blame view

src/constraints/gt.h 299 Bytes
94b2b13d   Pedro Roque   PHACT source
1
2
3
4
/*
 * gt.h
 *
 *  Created on: 22/01/2017
4d26a735   Pedro Roque   Increased recogni...
5
 *      Author: pedro
94b2b13d   Pedro Roque   PHACT source
6
7
8
9
10
11
12
13
14
 */

#ifndef SRC_CONSTRAINTS_GT_H_
#define SRC_CONSTRAINTS_GT_H_

unsigned int c_gt(unsigned int x_id, unsigned int y_id);
unsigned int c_gt_reif(unsigned int x_id, unsigned int y_id, int reif_v_id);

#endif /* SRC_CONSTRAINTS_GT_H_ */