Skip to content

Commit ede4b8d

Browse files
author
selineyp
committed
fixing the bug in maxcost-test knowlp#1
1 parent e2d1c33 commit ede4b8d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/maxcost-test

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11

2-
java -jar ../xhail-0.5.2/xhail.jar -b -c /home/travis/miniconda/envs/test/clasp -g /home/travis/miniconda/envs/test/bin/gringo toys/example1.lp 5
2+
java -jar ../xhail-0.5.2/xhail.jar -b -c /home/travis/miniconda/envs/test/bin/clasp -g /home/travis/miniconda/envs/test/bin/gringo toys/example1.lp 8
3+
4+
/home/travis/miniconda/envs/test/bin/clasp --version
5+
36

47
for ex in toys/*.lp; do
58
for cost in {5..10}; do

0 commit comments

Comments
 (0)