This website requires JavaScript.
Explore
Help
Sign in
michael
/
lean2
Watch
1
Star
0
Fork
You've already forked lean2
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
03461df55e
lean2
/
src
/
interval
/
CMakeLists.txt
3 lines
81 B
Text
Raw
Normal View
History
Unescape
Escape
Add interval template Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-07-19 03:21:41 +00:00
add_library(interval interval.cpp)
Add neg, div, power to interval. Fix bug in -= operator at interval. Add some unit tests for interval class Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-07-20 02:24:38 +00:00
target_link_libraries(interval ${EXTRA_LIBS})
Reference in a new issue
Copy permalink