summaryrefslogtreecommitdiff
path: root/impl/VariableAssignment.hpp
AgeCommit message (Expand)Author
2012-11-22A few fixes.Carlo Zancanaro
2012-11-21Bug fixes for stupid things.Carlo Zancanaro
2012-11-05Remove a bit of junk and fix up the logging again.Carlo Zancanaro
2012-11-02Change to using "touched" sets, and some writing.Carlo Zancanaro
2012-11-01A bunch of fixes to the solver, and moving it in to clang....Zancanaro; Carlo
2012-10-30Merge branch 'master' of ssh://bitbucket.org/czan/honours...Carlo Zancanaro
2012-10-26Try to make the correct solver into a local solver...Carlo Zancanaro
2012-10-24Add a fix for mutually-recursive infinite things...Carlo Zancanaro
2012-10-23Another fix, with a test for what the problem was.Carlo Zancanaro
2012-10-23Fix the merge.Carlo Zancanaro
2012-10-23Merge branch 'master' of https://bitbucket.org/czan/honours...Carlo Zancanaro
2012-10-23Make the recursive solver work properly....Carlo Zancanaro
2012-10-22Okay, the solver is now correct....Carlo Zancanaro
2012-10-16A quick fix to the solver.Carlo Zancanaro
2012-10-15Some bug fixes for the solver....Carlo Zancanaro
2012-10-15Fix up to build with clang (and fix another bug)...Carlo Zancanaro
2012-09-20Remove exceptions and C++11 features for LLVM.Carlo Zancanaro
2012-09-05Delete a lot of tex stuff, better debug info...Carlo Zancanaro
2012-08-07A whole bunch of clean up work around the place....Carlo Zancanaro
2012-08-06New variation on the equation system solver....Carlo Zancanaro
2012-06-15Re-write heaps of code to work better.Carlo Zancanaro
2012-05-28Fix memory error and x = max(-inf, expr) stuff.Carlo Zancanaro
2012-05-03Add a parser for linear equations...Carlo Zancanaro
2012-04-30Functional algorithm. Unoptimised.Carlo Zancanaro
2012-04-27Bit more work. maxFixpoint should be working now.Carlo Zancanaro
2012-04-26A new attempt. Better strategies implementation....Carlo Zancanaro