This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from pysat.formula import CNF | |
from pysat.solvers import Solver, Glucose3 | |
formula = CNF() | |
formula.append([-1, 2]) | |
l = Solver(bootstrap_with=formula.clauses) | |
assert(l.nof_clauses() == 1) # OK | |
l.add_clause([1, 2]) | |
assert(l.nof_clauses() == 2) # normal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -ar linux-4.14.11/Documentation/admin-guide/kernel-parameters.txt linux-4.14.10/Documentation/admin-guide/kernel-parameters.txt | |
2688,2689d2687 | |
< nopti [X86-64] Disable kernel page table isolation | |
< | |
3257,3262d3254 | |
< | |
< pti= [X86_64] | |
< Control user/kernel address space isolation: | |
< on - enable | |
< off - disable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/x86 4.15.0 Kernel Configuration | |
# | |
CONFIG_64BIT=y | |
CONFIG_X86_64=y | |
CONFIG_X86=y | |
CONFIG_INSTRUCTION_DECODER=y | |
CONFIG_OUTPUT_FORMAT="elf64-x86-64" | |
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/x86 4.13.3 Kernel Configuration | |
# | |
CONFIG_64BIT=y | |
CONFIG_X86_64=y | |
CONFIG_X86=y | |
CONFIG_INSTRUCTION_DECODER=y | |
CONFIG_OUTPUT_FORMAT="elf64-x86-64" | |
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOSTCC scripts/basic/fixdep | |
HOSTCC scripts/kconfig/conf.o | |
SHIPPED scripts/kconfig/zconf.tab.c | |
SHIPPED scripts/kconfig/zconf.lex.c | |
SHIPPED scripts/kconfig/zconf.hash.c | |
HOSTCC scripts/kconfig/zconf.tab.o | |
HOSTLD scripts/kconfig/conf | |
scripts/kconfig/conf --silentoldconfig Kconfig | |
SYSTBL arch/x86/entry/syscalls/../../include/generated/asm/syscalls_32.h | |
SYSHDR arch/x86/entry/syscalls/../../include/generated/asm/unistd_32_ia32.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
######## configuration cid 30730 | |
./include/linux/string.h:305:4: error: call to '__read_overflow2' declared with attribute error: detected read beyond size of object passed as 2nd parameter | |
__read_overflow2(); | |
######### (end) | |
######## configuration cid 32700 | |
./include/linux/string.h:305:4: error: call to '__read_overflow2' declared with attribute error: detected read beyond size of object passed as 2nd parameter | |
__read_overflow2(); | |
######### (end) |
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 8.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
idConfiguration,ACK,BIB,BOLD_ACK,BREF,EMAIL,JS_FOOTNOTESIZE,JS_SCRIPTSIZE,JS_STYLE,JS_TINY,LONG_ACK,LONG_AFFILIATION,PARAGRAPH_ACK,PL_FOOTNOTE,VARY_LATEX,bref_size,cserver_size,vspace_bib,nbPages,sizePDF | |
10,"true","true","true","true","true","false","true","true","false","false","true","false","true","true",1.0,0.8,1.7,5,220 | |
100,"true","true","false","true","false","false","false","true","true","true","false","true","false","true",0.7,0.9,2.3,4,224 | |
101,"false","true","false","true","false","false","true","true","false","false","true","false","false","true",0.7,0.7,0.4,4,216 | |
102,"true","true","false","true","true","false","true","true","false","true","true","true","false","true",0.8,0.9,4.6,5,224 | |
103,"true","true","true","true","false","false","true","true","false","false","false","false","false","true",0.9,0.9,0.4,5,216 | |
104,"false","true","false","true","true","false","false","true","true","false","true","false","true","true",0.9,0.9,2.0,4,216 | |
105,"true","true","false","true","false","false","false","true","t |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/x86 4.13.3 Kernel Configuration | |
# | |
CONFIG_64BIT=y | |
CONFIG_X86_64=y | |
CONFIG_X86=y | |
CONFIG_INSTRUCTION_DECODER=y | |
CONFIG_OUTPUT_FORMAT="elf64-x86-64" | |
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/x86 4.13.3 Kernel Configuration | |
# | |
CONFIG_64BIT=y | |
CONFIG_X86_64=y | |
CONFIG_X86=y | |
CONFIG_INSTRUCTION_DECODER=y | |
CONFIG_OUTPUT_FORMAT="elf64-x86-64" | |
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig" |
NewerOlder