Skip to content

Commit

Permalink
Fixed select decision variable bug!
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolaDes committed Feb 13, 2018
1 parent d514b04 commit c16287d
Show file tree
Hide file tree
Showing 14 changed files with 5,286 additions and 31,455 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ configure_file (

include (cmake_files/libraries.cmake)

set (CMAKE_CXX_FLAGS )
set (CMAKE_CXX_FLAGS "-O2")

include_directories(include)
add_subdirectory (src)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ cmake .. -DP=1
```
will set the proof mode ON.

WARNING: cmake set flag optimize with -O2, so some warnings could appears!

## Execute
```
./sativa -h
Expand Down
Loading

0 comments on commit c16287d

Please sign in to comment.