You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ use `cmake -DCMAKE_BUILD_TYPE=Debug ..` for Debug builds (on linux).
22
22
Then to build the executable run:
23
23
- on Linux -> `cmake --build .`
24
24
The binary is located in the following path: `build/CliSAT`
25
-
- on Windows -> `cmake --build . —-config Release`. The binary is located in the following path: `build/Release/CliSAT.exe`
25
+
- on Windows -> `cmake --build . --config Release`. The binary is located in the following path: `build/Release/CliSAT.exe`
26
26
27
-
For debug mode use `cmake --build . —-config Release`. The binary is located in the following path: `build/Debug/CliSAT.exe`
27
+
For debug mode use `cmake --build . --config Release`. The binary is located in the following path: `build/Debug/CliSAT.exe`
28
28
## Usage
29
29
Run CliSAT specifying as the first argument the type of problem to resolve. Currently, CliSAT can solve Maximum Clique Problems and Maximum Independent Set Problems.
0 commit comments