-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES.txt
More file actions
30 lines (30 loc) · 819 Bytes
/
CHANGES.txt
File metadata and controls
30 lines (30 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
v1.1.1 2020/09/14
- fix relative interior point
v1.1 2020/06/03
- solver interface
-- Z3
-- Incremental solvers
- polyhedron from generators
- polyhedron from AND
- rational coeficients
- allow AND and OR
v1.0 2019/01/22
- C_Polyhedron is a lazy implementation that uses ppl inside.
- All methods have been updated, they uses our implementations of
expressions and constraints.
- Added some tests and documentation.
v0.3 2019/01/11
- separate lp from smt
- defined constraints, expressions and polyhedrons
- all methods works with our definitions of constraints, expressions..
- project method
- eq method
v0.2 2018/10/02
- multiple methods added
- extrapolation assing
- Lazy polyhedron built
- z3 is ONLY required for certain functions.
v0.1 2017/08/11
- Initial release
- Package adaptation
- ppl C_polyhedron ready