asp5_enc.lp 133 B

123456
  1. {next_metro(V) : city(V)} = 1.
  2. #maximize {N @ 1, V : next_metro(V), people(V, N)}.
  3. :- next_metro(V), metro(V).
  4. #show next_metro/1.