Changeset a1d7679
- Timestamp:
- Jun 29, 2016, 5:05:19 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- aaf1f4d
- Parents:
- e64365c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/AlternativeFinder.cc
re64365c ra1d7679 414 414 //typedef std::unordered_map< UniqueId, std::unordered_map< UniqueId, unsigned > > AssertionParentSet; 415 415 416 static const int recursionLimit = /*10*/ 3; ///< Limit to depth of recursion satisfaction416 static const int recursionLimit = /*10*/ 4; ///< Limit to depth of recursion satisfaction 417 417 //static const unsigned recursionParentLimit = 1; ///< Limit to the number of times an assertion can recursively use itself 418 418
Note: See TracChangeset
for help on using the changeset viewer.