Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
---
|
5 |
+
|
6 |
+
Example of client-82.cpp for codeblocks-satisfier-nosetup-version2
|
7 |
+
|
8 |
+
```
|
9 |
+
// client-82.cpp
|
10 |
+
#include <satisfier>
|
11 |
+
#include <iostream>
|
12 |
+
|
13 |
+
int main()
|
14 |
+
{
|
15 |
+
Suppose_literal (K, true);
|
16 |
+
Suppose_literal (M, true);
|
17 |
+
|
18 |
+
Satisfy::
|
19 |
+
Formula T = K.
|
20 |
+
Implying (M);
|
21 |
+
|
22 |
+
std::cout << "Hello world!" << std::endl;
|
23 |
+
|
24 |
+
return -1073741819;
|
25 |
+
}
|
26 |
+
```
|