mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 00:41:56 +00:00
v0.1 of nla saturation
This commit is contained in:
parent
6adb234673
commit
ef27e38d5f
12 changed files with 461 additions and 175 deletions
|
@ -8,6 +8,7 @@ BasedOnStyle: LLVM
|
|||
IndentWidth: 4
|
||||
TabWidth: 4
|
||||
UseTab: Never
|
||||
IndentCaseLabels: false
|
||||
|
||||
# Column width
|
||||
ColumnLimit: 120
|
||||
|
@ -55,6 +56,7 @@ BinPackArguments: true
|
|||
BinPackParameters: true
|
||||
BreakBeforeBinaryOperators: None
|
||||
BreakBeforeTernaryOperators: true
|
||||
# BreakBeforeElse: true
|
||||
|
||||
# Includes
|
||||
SortIncludes: false # Z3 has specific include ordering conventions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue