-
Notifications
You must be signed in to change notification settings - Fork 46
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
Adding STP solver @GSoC 2019 #163
base: master
Are you sure you want to change the base?
Commits on Jul 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for aa50f3c - Browse repository at this point
Copy the full SHA aa50f3cView commit details
Commits on Jul 18, 2019
-
Edit .gitignore; Add STP package and a Test
I have added the build paths and STP repo to .gitignore so I have to do less cleaning before commit Now in the STP solver package the shared library is detected - Test passing
Configuration menu - View commit details
-
Copy full SHA for 97d113c - Browse repository at this point
Copy the full SHA 97d113cView commit details
Commits on Jul 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5dd1faf - Browse repository at this point
Copy the full SHA 5dd1fafView commit details -
I think I did it, the Sample code, from repo is working
Error Handling is not properly done Tests not written, so fuctions are expected to fail But it's working
Configuration menu - View commit details
-
Copy full SHA for d343022 - Browse repository at this point
Copy the full SHA d343022View commit details
Commits on Jul 24, 2019
-
4
Configuration menu - View commit details
-
Copy full SHA for e467796 - Browse repository at this point
Copy the full SHA e467796View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdb4dfc - Browse repository at this point
Copy the full SHA fdb4dfcView commit details
Commits on Jul 25, 2019
-
2
Configuration menu - View commit details
-
Copy full SHA for e23b5e9 - Browse repository at this point
Copy the full SHA e23b5e9View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 00e03b2 - Browse repository at this point
Copy the full SHA 00e03b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e13202 - Browse repository at this point
Copy the full SHA 5e13202View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7440f28 - Browse repository at this point
Copy the full SHA 7440f28View commit details
Commits on Jul 26, 2019
-
Create Test for Boolean Manager and Complete function immplementation
Test not passing yet, though
Configuration menu - View commit details
-
Copy full SHA for 9dd07dc - Browse repository at this point
Copy the full SHA 9dd07dcView commit details -
unnecessary classes removed calling functions adjusted But now StpSolverTest gives a Segfault
2Configuration menu - View commit details
-
Copy full SHA for c489a72 - Browse repository at this point
Copy the full SHA c489a72View commit details -
The Segfault is a kind of false negative. The pointers are mismatching i.e. not consistent as objects move around. Still debugging this
Configuration menu - View commit details
-
Copy full SHA for 5619883 - Browse repository at this point
Copy the full SHA 5619883View commit details
Commits on Jul 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 94a13c5 - Browse repository at this point
Copy the full SHA 94a13c5View commit details
Commits on Jul 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 788b0f1 - Browse repository at this point
Copy the full SHA 788b0f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57cedf9 - Browse repository at this point
Copy the full SHA 57cedf9View commit details
Commits on Jul 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b3119cf - Browse repository at this point
Copy the full SHA b3119cfView commit details
Commits on Aug 3, 2019
-
5
Configuration menu - View commit details
-
Copy full SHA for d2bfe1d - Browse repository at this point
Copy the full SHA d2bfe1dView commit details
Commits on Aug 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5f9025f - Browse repository at this point
Copy the full SHA 5f9025fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6be724b - Browse repository at this point
Copy the full SHA 6be724bView commit details
Commits on Aug 6, 2019
-
8
Configuration menu - View commit details
-
Copy full SHA for 7599622 - Browse repository at this point
Copy the full SHA 7599622View commit details
Commits on Aug 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0da75f1 - Browse repository at this point
Copy the full SHA 0da75f1View commit details
Commits on Aug 23, 2019
-
fix and test create variables and formulae. Also toString
The Hashcode is done too Multiple changes done here
Configuration menu - View commit details
-
Copy full SHA for c307159 - Browse repository at this point
Copy the full SHA c307159View commit details
Commits on Aug 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fb868a5 - Browse repository at this point
Copy the full SHA fb868a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a346c5 - Browse repository at this point
Copy the full SHA 1a346c5View commit details
Commits on Sep 1, 2019
-
FINAL GSoC 2019: let ant include jars in classpath.Create Model class
STP only print the models to stdout, I will have to rewrite an extension method to return the collection of models or an iterator.
Configuration menu - View commit details
-
Copy full SHA for 63e7ed3 - Browse repository at this point
Copy the full SHA 63e7ed3View commit details