File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,36 @@ diff -rupNw glucose-syrup/core/SolverTypes.h glucose-syrup-patched/core/SolverTy
43
43
44
44
friend class ClauseAllocator;
45
45
46
+ diff -rupNw glucose-syrup/mtl/Clone.h glucose-syrup-patched/mtl/Clone.h
47
+ --- glucose-syrup/mtl/Clone.h 2014-10-03 11:10:22.000000000 +0200
48
+ +++ glucose-syrup-patched/mtl/Clone.h 2018-05-10 12:35:25.150491249 +0200
49
+ @@ -8,6 +8,6 @@ namespace Glucose {
50
+ public:
51
+ virtual Clone* clone() const = 0;
52
+ };
53
+ -};
54
+ +}
55
+
56
+ #endif
57
+ \ No newline at end of file
58
+ diff -rupNw glucose-syrup/mtl/Clone.h~ glucose-syrup-patched/mtl/Clone.h~
59
+ --- glucose-syrup/mtl/Clone.h~ 1970-01-01 01:00:00.000000000 +0100
60
+ +++ glucose-syrup-patched/mtl/Clone.h~ 2018-04-21 16:58:22.950005391 +0200
61
+ @@ -0,0 +1,13 @@
62
+ +#ifndef Glucose_Clone_h
63
+ +#define Glucose_Clone_h
64
+ +
65
+ +
66
+ +namespace Glucose {
67
+ +
68
+ + class Clone {
69
+ + public:
70
+ + virtual Clone* clone() const = 0;
71
+ + };
72
+ +};
73
+ +
74
+ +#endif
75
+ \ No newline at end of file
46
76
diff -rupNw glucose-syrup/mtl/IntTypes.h glucose-syrup-patched/mtl/IntTypes.h
47
77
--- glucose-syrup/mtl/IntTypes.h 2014-10-03 11:10:22.000000000 +0200
48
78
+++ glucose-syrup-patched/mtl/IntTypes.h 2018-04-21 16:58:22.950005391 +0200
You can’t perform that action at this time.
0 commit comments