summaryrefslogtreecommitdiff
path: root/newstructure/thirdparty/linux/include/coin/ThirdParty/opcode.hd
diff options
context:
space:
mode:
authorHarpreet2016-09-03 00:36:51 +0530
committerHarpreet2016-09-03 00:36:51 +0530
commita0d9443af147e949c1e6a01ac24749d12593ec5b (patch)
tree1a1955c5482ae608fd7f618b06f4ecc6a0d39a23 /newstructure/thirdparty/linux/include/coin/ThirdParty/opcode.hd
parent4b64cf486f5c999fd8167758cae27839f3b50848 (diff)
downloadFOSSEE-Optim-toolbox-development-a0d9443af147e949c1e6a01ac24749d12593ec5b.tar.gz
FOSSEE-Optim-toolbox-development-a0d9443af147e949c1e6a01ac24749d12593ec5b.tar.bz2
FOSSEE-Optim-toolbox-development-a0d9443af147e949c1e6a01ac24749d12593ec5b.zip
cbcintlinprog added
Diffstat (limited to 'newstructure/thirdparty/linux/include/coin/ThirdParty/opcode.hd')
-rw-r--r--newstructure/thirdparty/linux/include/coin/ThirdParty/opcode.hd70
1 files changed, 0 insertions, 70 deletions
diff --git a/newstructure/thirdparty/linux/include/coin/ThirdParty/opcode.hd b/newstructure/thirdparty/linux/include/coin/ThirdParty/opcode.hd
deleted file mode 100644
index 899972c..0000000
--- a/newstructure/thirdparty/linux/include/coin/ThirdParty/opcode.hd
+++ /dev/null
@@ -1,70 +0,0 @@
-#define OPPLUS 0
-#define OPMINUS 1
-#define OPMULT 2
-#define OPDIV 3
-#define OPREM 4
-#define OPPOW 5
-#define OPLESS 6
-#define MINLIST 11
-#define MAXLIST 12
-#define FLOOR 13
-#define CEIL 14
-#define ABS 15
-#define OPUMINUS 16
-#define OPOR 20
-#define OPAND 21
-#define LT 22
-#define LE 23
-#define EQ 24
-#define GE 28
-#define GT 29
-#define NE 30
-#define OPNOT 34
-#define OPIFnl 35
-#define OP_tanh 37
-#define OP_tan 38
-#define OP_sqrt 39
-#define OP_sinh 40
-#define OP_sin 41
-#define OP_log10 42
-#define OP_log 43
-#define OP_exp 44
-#define OP_cosh 45
-#define OP_cos 46
-#define OP_atanh 47
-#define OP_atan2 48
-#define OP_atan 49
-#define OP_asinh 50
-#define OP_asin 51
-#define OP_acosh 52
-#define OP_acos 53
-#define OPSUMLIST 54
-#define OPintDIV 55
-#define OPprecision 56
-#define OPround 57
-#define OPtrunc 58
-#define OPCOUNT 59
-#define OPNUMBEROF 60
-#define OPNUMBEROFs 61
-#define OPATLEAST 62
-#define OPATMOST 63
-#define OPPLTERM 64
-#define OPIFSYM 65
-#define OPEXACTLY 66
-#define OPNOTATLEAST 67
-#define OPNOTATMOST 68
-#define OPNOTEXACTLY 69
-#define ANDLIST 70
-#define ORLIST 71
-#define OPIMPELSE 72
-#define OP_IFF 73
-#define OPALLDIFF 74
-#define OPSOMESAME 75
-#define OP1POW 76
-#define OP2POW 77
-#define OPCPOW 78
-#define OPFUNCALL 79
-#define OPNUM 80
-#define OPHOL 81
-#define OPVARVAL 82
-#define N_OPS 83