Skip to content

Commit

Permalink
fixing the bug in maxcost-test knowlp#2
Browse files Browse the repository at this point in the history
  • Loading branch information
selineyp committed Aug 16, 2018
1 parent ede4b8d commit 7614764
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/maxcost-test
Original file line number Diff line number Diff line change
@@ -1,8 +1,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

gtimeout 10s time 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

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

0 comments on commit 7614764

Please sign in to comment.