summaryrefslogtreecommitdiff
path: root/impl/VariableAssignment.hpp
AgeCommit message (Collapse)Author
2012-05-28Fix memory error and x = max(-inf, expr) stuff.Carlo Zancanaro
2012-05-03Add a parser for linear equationsCarlo Zancanaro
(Also add the antlr jar and C runtime)
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
Still lacking: - Factories (to set the ids) - Solver - Systems of equations