configure.in: set AC_CONFIG_MACRO_DIR
[piplib.git] / example / max.ll
blobc16c99f70f1b7ae5657fdb04f2c60095b4e8825b
1 [PIP2-like future input] Please enter:
2 - the context matrix,
3 0 3
4 - the bignum column (start at 0, -1 if no bignum),
5 -1
6 - the constraint matrix.
7 4 5
8  1 -1 0 1 0
9  1 0 -1 1 0
10  1 -1 3 -2 12
11  1 2 -1 -1 3
13 (if #[ -1 3]
14  (list
15   #[ 0 0]
16   #[ 0 0]
17  )
18  (if #[ -1 5]
19   (newparm 1 (div #[ 1 1] 2))
20   (list
21    #[ 1 -1 -1]
22    #[ 0 0 0]
23   )
24   (list
25    #[ 1 -4]
26    #[ 1 -5]
27   )
28  )