Skip to content

Commit

Permalink
added maps
Browse files Browse the repository at this point in the history
  • Loading branch information
llalexandru00 committed Feb 9, 2022
1 parent 6a83774 commit 18f0130
Show file tree
Hide file tree
Showing 74 changed files with 10,587 additions and 1,578 deletions.
Binary file modified bin/alk.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion bin/alki.bat
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
java -jar "%~dp0\alk.jar" %*
set PATH=%PATH%;%~dp0\lib
java -Djava-library-path="%~dp0;%~dp0\lib" -cp "%~dp0\alk.jar;%~dp0\lib\com.microsoft.z3.jar" main.ExecutionDriver %*
Binary file removed bin/alki.out
Binary file not shown.
7 changes: 5 additions & 2 deletions bin/alki.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash

TARGET_FILE=$0
ORIG=`pwd -P`
Expand All @@ -19,5 +19,8 @@ done
# for the directory we're in and appending the target file.
PHYS_DIR=`pwd -P`
cd "$ORIG"
java -jar $PHYS_DIR/alk.jar "${@:1}"
export PATH="$PATH:$PHYS_DIR:$PHYS_DIR/lib"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PHYS_DIR:$PHYS_DIR/lib"
export DYLD_LIBRARY_PATH="$DYLD_LIBRARY_PATH:$PHYS_DIR:$PHYS_DIR/lib"
java -Djava.library.path="$PHYS_DIR:$PHYS_DIR/lib" -cp "$PHYS_DIR/alk.jar:$PHYS_DIR/lib/com.microsoft.z3.jar" main.ExecutionDriver "${@:1}"
exit 0
10 changes: 0 additions & 10 deletions bin/arrays.alk

This file was deleted.

2 changes: 0 additions & 2 deletions bin/example.alk

This file was deleted.

Loading

0 comments on commit 18f0130

Please sign in to comment.