Skip to content

Commit

Permalink
fixing the bug in maxcost-test knowlp#1
Browse files Browse the repository at this point in the history
  • Loading branch information
selineyp committed Aug 16, 2018
1 parent e2d1c33 commit ede4b8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/maxcost-test
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@

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
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

/home/travis/miniconda/envs/test/bin/clasp --version


for ex in toys/*.lp; do
for cost in {5..10}; do
Expand Down

0 comments on commit ede4b8d

Please sign in to comment.