File: e199.zpl

package info (click to toggle)
zimpl 2.07.ds1-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,416 kB
  • ctags: 2,560
  • sloc: ansic: 18,311; yacc: 882; lex: 326; makefile: 232; sh: 219
file content (4 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (2)
1
2
3
4
# $Id: e199.zpl,v 1.2 2006/01/19 20:53:06 bzfkocht Exp $
set I   := {1 .. 5};
var x[I] binary;
sos c2: type1 priority 100 : sum <i> in I : i * x[i] + 3;