Skip to content
Snippets Groups Projects
  1. Feb 03, 2014
  2. Jan 31, 2014
    • Régis Blanc's avatar
      remove the need for innerXXX methods · a3cab185
      Régis Blanc authored
      Refactor the TimeoutSolver and TimeoutAssumptionSolver so
      that they no longer use innerCheck methods. We now only
      create solver as subclassing Solver or IncrementalSolver and
      implementing the interuptible trait, and we can turn them into
      TimeoutSolver at instantiation time with a mixin.
      a3cab185
    • Régis Blanc's avatar
      Unrolling solver takes an incremental solver · e53c900a
      Régis Blanc authored
      UnrollingSolver now uses an underlying incremental solver
      and use push and pop to drive the unrolling instead of creating
      a new solver each time
      e53c900a
  3. Jan 29, 2014
  4. Jan 27, 2014
  5. Jan 10, 2014
  6. Dec 16, 2013
    • Etienne Kneuss's avatar
      Support Choose in evaluation, range positions, tracing. · e02cd510
      Etienne Kneuss authored
      - Simplify code generation by replacing CompilationEnvironment with a
        simple scope state.
      
      - Support Choose construct in both evaluators.
      
      - Introduce RecursiveEvaluator (renamed from Naive) and TracingEvaluator
        which tracks intermediate values as well.
      
      - Introduce offset as well as ranged positions, extract all positions
        from trees. Try to propagate them as much as possible. Introduced
        .copiedFrom
      
      - Remove dead-code, and improve TreeOps a bit.
      
      - Introduce Pretty-printer arguments
      e02cd510
  7. Dec 03, 2013
  8. Dec 02, 2013
  9. Nov 29, 2013
  10. Nov 20, 2013
  11. Nov 15, 2013
  12. Nov 13, 2013
  13. Nov 12, 2013
  14. Nov 08, 2013
  15. Nov 07, 2013
  16. Oct 25, 2013
  17. Oct 23, 2013
Loading