mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
tabs to spaces test
This commit is contained in:
parent
e2d05578d6
commit
d260218e2b
1 changed files with 17 additions and 17 deletions
|
@ -35,13 +35,13 @@ theory_str::theory_str(ast_manager & m):
|
||||||
opt_AggressiveUnrollTesting(true),
|
opt_AggressiveUnrollTesting(true),
|
||||||
opt_EagerStringConstantLengthAssertions(true),
|
opt_EagerStringConstantLengthAssertions(true),
|
||||||
opt_VerifyFinalCheckProgress(true),
|
opt_VerifyFinalCheckProgress(true),
|
||||||
opt_LCMUnrollStep(2),
|
opt_LCMUnrollStep(2),
|
||||||
opt_NoQuickReturn_IntegerTheory(false),
|
opt_NoQuickReturn_IntegerTheory(false),
|
||||||
opt_DisableIntegerTheoryIntegration(false),
|
opt_DisableIntegerTheoryIntegration(false),
|
||||||
opt_DeferEQCConsistencyCheck(false),
|
opt_DeferEQCConsistencyCheck(false),
|
||||||
opt_CheckVariableScope(true),
|
opt_CheckVariableScope(true),
|
||||||
opt_UseFastLengthTesterCache(true),
|
opt_UseFastLengthTesterCache(true),
|
||||||
opt_UseFastValueTesterCache(true),
|
opt_UseFastValueTesterCache(true),
|
||||||
/* Internal setup */
|
/* Internal setup */
|
||||||
search_started(false),
|
search_started(false),
|
||||||
m_autil(m),
|
m_autil(m),
|
||||||
|
@ -51,17 +51,17 @@ theory_str::theory_str(ast_manager & m):
|
||||||
m_trail(m),
|
m_trail(m),
|
||||||
m_delayed_axiom_setup_terms(m),
|
m_delayed_axiom_setup_terms(m),
|
||||||
tmpStringVarCount(0),
|
tmpStringVarCount(0),
|
||||||
tmpXorVarCount(0),
|
tmpXorVarCount(0),
|
||||||
tmpLenTestVarCount(0),
|
tmpLenTestVarCount(0),
|
||||||
tmpValTestVarCount(0),
|
tmpValTestVarCount(0),
|
||||||
avoidLoopCut(true),
|
avoidLoopCut(true),
|
||||||
loopDetected(false),
|
loopDetected(false),
|
||||||
contains_map(m),
|
contains_map(m),
|
||||||
string_int_conversion_terms(m),
|
string_int_conversion_terms(m),
|
||||||
m_find(*this),
|
m_find(*this),
|
||||||
m_trail_stack(*this)
|
m_trail_stack(*this)
|
||||||
{
|
{
|
||||||
initialize_charset();
|
initialize_charset();
|
||||||
}
|
}
|
||||||
|
|
||||||
theory_str::~theory_str() {
|
theory_str::~theory_str() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue