Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constant propagation #48

Open
wants to merge 43 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
481093e
uncomment test20
19896913 Jul 24, 2018
afddb1d
Update README.md
19896913 Jul 24, 2018
8baab58
Update README.md
19896913 Jul 24, 2018
7af959e
Update build.xml
19896913 Jul 24, 2018
71a5490
Update build.xml
19896913 Jul 24, 2018
afee09d
Update build.xml
19896913 Jul 24, 2018
a4b0f26
Update build.xml
19896913 Jul 24, 2018
3c82890
Update build.xml
19896913 Jul 24, 2018
e556512
Update build.xml
19896913 Jul 24, 2018
78f288d
Update SATCanonizerTest.java
19896913 Jul 24, 2018
00a9d5c
Update .travis.yml
19896913 Jul 24, 2018
299f9bd
Update Dockerfile
19896913 Jul 24, 2018
6d96e14
Update README.md
19896913 Jul 31, 2018
f41a769
Update SATCanonizerTest.java
19896913 Jul 31, 2018
970d53a
Create ConstantPropagation.java
19896913 Aug 13, 2018
bd3a745
Update ConstantPropagation.java
19896913 Aug 13, 2018
23409f7
Update Dockerfile
19896913 Aug 13, 2018
439f712
Create ConstantPropogationTest.java
19896913 Aug 13, 2018
f38c68c
Update SATCanonizerTest.java
19896913 Aug 13, 2018
cfc5a38
Update ConstantPropogationTest.java
19896913 Aug 13, 2018
6c0c194
Update README.md
19896913 Aug 13, 2018
44bbafc
Update and rename ConstantPropogationTest.java to ConstantPropagation…
19896913 Aug 13, 2018
aa4cbc6
Create ConstantPropagationTest2.java
19896913 Aug 13, 2018
2776762
Update ConstantPropagationTest2.java
19896913 Aug 13, 2018
29730e3
Update EntireSuite.java
19896913 Aug 13, 2018
efc5b4b
Update EntireSuite.java
19896913 Aug 13, 2018
9a40d4d
Update EntireSuite.java
19896913 Aug 13, 2018
c9f6b15
Update ConstantPropagationTest.java
19896913 Aug 13, 2018
98255a9
Update EntireSuite.java
19896913 Aug 13, 2018
bb53618
Update ConstantPropagationTest2.java
19896913 Aug 13, 2018
9fc0419
Update EntireSuite.java
19896913 Aug 13, 2018
d4c1aea
Update EntireSuite.java
19896913 Aug 13, 2018
8739b8c
Update EntireSuite.java
19896913 Aug 13, 2018
8fe4670
Update ConstantPropagationTest.java
19896913 Aug 13, 2018
b04c97b
Update ConstantPropagationTest.java
19896913 Aug 13, 2018
0312598
Update EntireSuite.java
19896913 Aug 13, 2018
27d3a7b
Delete ConstantPropagation.java
19896913 Aug 13, 2018
94d27a3
Create ConstantPropagation.java
19896913 Aug 13, 2018
0c559f8
Update ConstantPropagation.java
19896913 Aug 13, 2018
e9db488
Update ConstantPropagation.java
19896913 Aug 13, 2018
d79e7d5
Update ConstantPropagation.java
19896913 Aug 13, 2018
1d71e7a
Update ConstantPropagation.java
19896913 Aug 13, 2018
886bdb2
Update EntireSuite.java
19896913 Aug 13, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update build.xml
19896913 authored Jul 24, 2018
commit 7af959e619da705141bec36a34788e300d0bf2b1
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@
<target name="test">
<echo message="java.library.path = ${z3lib};${cvc3lib}"/>
<mkdir dir="${junit.dir}"/>
<junit fork="yes" printsummary="withOutAndErr" haltonfailure = "yes">
<junit fork="yes" printsummary="yes" showoutput="true" haltonfailure = "yes">
<formatter type="xml"/>
<test name="za.ac.sun.cs.green.EntireSuite" todir="${junit.dir}"/>
<env key="DYLD_LIBRARY_PATH" value="lib"/>