| 2014-07-01 | Danielle Bolan | Add basic tests for drop_dims | tree | commitdiff | 
| 2014-07-01 | Danielle Bolan | Remove print statement | tree | commitdiff | 
| 2014-07-01 | Danielle Bolan | Project_out working | tree | commitdiff | 
| 2014-07-01 | Danielle Bolan | Commit working basic drop constraints | tree | commitdiff | 
| 2014-06-30 | Vivien Maisonneuve | Remove explicit calls to magic methods in test files | tree | commitdiff | 
| 2014-06-30 | Vivien Maisonneuve | Make test work | tree | commitdiff | 
| 2014-06-30 | Vivien Maisonneuve | Fix C code | tree | commitdiff | 
| 2014-06-30 | Danielle Bolan | pushing recent changes before playing with project | tree | commitdiff | 
| 2014-06-30 | Vivien Maisonneuve | Use OrderedDict to store Expression coefficients | tree | commitdiff | 
| 2014-06-27 | Danielle Bolan | added unbounded test, deleted unused cvariable | tree | commitdiff | 
| 2014-06-27 | Danielle Bolan | added a few tests, might change the format though | tree | commitdiff | 
| 2014-06-26 | Vivien Maisonneuve | Access to ISL version, just in case | tree | commitdiff | 
| 2014-06-26 | Vivien Maisonneuve | Minor improvements to Polyhedra._fromislbasicset()... | tree | commitdiff | 
| 2014-06-26 | Vivien Maisonneuve | Improve Expression.fromstring(), Domain.fromstring() | tree | commitdiff | 
| 2014-06-26 | Vivien Maisonneuve | Replace Polyhedron.fromstring() by Domain.fromstring() | tree | commitdiff | 
| 2014-06-26 | Vivien Maisonneuve | Add method Domain.isbounded() | tree | commitdiff | 
| 2014-06-25 | Vivien Maisonneuve | Split linear.py and add domains | tree | commitdiff | 
| 2014-06-25 | Danielle Bolan | messy and needs reformatting but returning correct... | tree | commitdiff | 
| 2014-06-24 | Vivien Maisonneuve | Change string representations of Expression and Polyhedron | tree | commitdiff | 
| 2014-06-24 | Vivien Maisonneuve | Methods Polyhedron.fromsympy(), Polyhedron.tosympy() | tree | commitdiff | 
| 2014-06-24 | Vivien Maisonneuve | Methods Expression.fromsympy(), Expression.tosympy() | tree | commitdiff | 
| 2014-06-24 | Vivien Maisonneuve | Renaming in _isl.c | tree | commitdiff | 
| 2014-06-24 | Vivien Maisonneuve | Static functions in isl.c | tree | commitdiff | 
| 2014-06-23 | Vivien Maisonneuve | Oops, fix relative imports | tree | commitdiff | 
| 2014-06-23 | Vivien Maisonneuve | Use PyList_SET_ITEM for list initialization in _isl.c | tree | commitdiff | 
| 2014-06-23 | Vivien Maisonneuve | Exception handling in _isl.c | tree | commitdiff | 
| 2014-06-23 | Vivien Maisonneuve | Remove useless header in _isl.c | tree | commitdiff | 
| 2014-06-23 | Vivien Maisonneuve | Include Python.h headers first in _isl.c | tree | commitdiff | 
| 2014-06-20 | Vivien Maisonneuve | Implement isl_basic_set_constraints | tree | commitdiff | 
| 2014-06-20 | Vivien Maisonneuve | Improve representation of Constants | tree | commitdiff | 
| 2014-06-20 | Vivien Maisonneuve | Improve Polyhedron.fromstring | tree | commitdiff | 
| 2014-06-20 | Vivien Maisonneuve | Fix Symbol.__slots__ | tree | commitdiff | 
| 2014-06-20 | Vivien Maisonneuve | Add __slots__ declarations | tree | commitdiff | 
| 2014-06-19 | Vivien Maisonneuve | Implement Polyhedron.fromstring | tree | commitdiff | 
| 2014-06-19 | Vivien Maisonneuve | Implement Expression.fromstring | tree | commitdiff | 
| 2014-06-19 | Vivien Maisonneuve | Coding style in _toisl() | tree | commitdiff | 
| 2014-06-19 | Vivien Maisonneuve | Expression.symbol moved to Symbol.name | tree | commitdiff | 
| 2014-06-19 | Vivien Maisonneuve | Constant names Empty and Universe, pretty printing | tree | commitdiff | 
| 2014-06-19 | Vivien Maisonneuve | Remove useless imports | tree | commitdiff | 
| 2014-06-19 | Danielle Bolan | values used for toisl(some expressions not correct) | tree | commitdiff | 
| 2014-06-19 | Vivien Maisonneuve | Fix symbols() function | tree | commitdiff | 
| 2014-06-19 | Vivien Maisonneuve | Fix Expression.__bool__ | tree | commitdiff | 
| 2014-06-19 | Vivien Maisonneuve | Fix Expression.__hash__ | tree | commitdiff | 
| 2014-06-19 | Vivien Maisonneuve | Fix Symbol creation | tree | commitdiff | 
| 2014-06-18 | Vivien Maisonneuve | Classes Symbol and Constant, rather than functions... | tree | commitdiff | 
| 2014-06-18 | Vivien Maisonneuve | Fix Polyhedron.isempty() | tree | commitdiff | 
| 2014-06-18 | Vivien Maisonneuve | Remove misplaced methods | tree | commitdiff | 
| 2014-06-18 | Vivien Maisonneuve | Rename Expression._canonify() into _toint() | tree | commitdiff | 
| 2014-06-18 | Vivien Maisonneuve | Improvements in decorators, data types, caches | tree | commitdiff | 
| 2014-06-18 | Vivien Maisonneuve | Initialize isl.Context using super's initializer | tree | commitdiff | 
| 2014-06-18 | Vivien Maisonneuve | Get rid of weird comment | tree | commitdiff | 
| 2014-06-18 | Vivien Maisonneuve | Implement BasicSet.__del__ | tree | commitdiff | 
| 2014-06-18 | Vivien Maisonneuve | Simplify BasicSet.__str__ | tree | commitdiff | 
| 2014-06-18 | Vivien Maisonneuve | Rename islhelper into _isl | tree | commitdiff | 
| 2014-06-18 | Vivien Maisonneuve | Global context | tree | commitdiff | 
| 2014-06-18 | Vivien Maisonneuve | Implement IslObjects, delete Value | tree | commitdiff | 
| 2014-06-18 | Vivien Maisonneuve | Code cleanup | tree | commitdiff | 
| 2014-06-18 | Danielle Bolan | recent update to isl no errors!! | tree | commitdiff | 
| 2014-06-16 | Vivien Maisonneuve | Makefile for virtualenv | tree | commitdiff | 
| 2014-06-16 | Vivien Maisonneuve | Add islhelper.c library to handle isl constants | tree | commitdiff | 
| 2014-06-16 | Danielle Bolan | no errors: dim type and id value updated | tree | commitdiff | 
| 2014-06-12 | Danielle Bolan | printing out isl format but with wrong value | tree | commitdiff | 
| 2014-06-12 | Danielle Bolan | printing out isl form but test gives incorrect values | tree | commitdiff | 
| 2014-06-11 | Vivien Maisonneuve | Fix Expression.__rsub__ | tree | commitdiff | 
| 2014-06-11 | Danielle Bolan | changes before eclipse crashes again | tree | commitdiff | 
| 2014-06-11 | Danielle Bolan | no bugs in eclipse update | tree | commitdiff | 
| 2014-06-10 | Danielle Bolan | add small isl changes | tree | commitdiff | 
| 2014-06-06 | Danielle Bolan | current update:very messy and very broken! | tree | commitdiff | 
| 2014-06-02 | Danielle Bolan | Isl update with no errors | tree | commitdiff | 
| 2014-05-28 | Vivien Maisonneuve | Better implementation of _polymorphic_operator | tree | commitdiff | 
| 2014-05-28 | Vivien Maisonneuve | Attempt at fixing PyDev errors | tree | commitdiff | 
| 2014-05-23 | Vivien Maisonneuve | String formatting for empty expressions | tree | commitdiff | 
| 2014-05-22 | Vivien Maisonneuve | Initial commit | tree | commitdiff | 
|  |