]> git.somenet.org - pub/jan/ewbs-dlv.git/blob - connect.test6.dl
GITOLITE.txt
[pub/jan/ewbs-dlv.git] / connect.test6.dl
1 % testing the whole system.
2 % no wind, no stored water, big demand
3
4 in_c(s_storage,empty).
5 in_c(s_wind,0).
6 in_c(l_demand,90).
7 in_c(l_current,20).
8 in_p(p_in,20).
9
10 expect_out_p(p_out,80).
11