Skip to content
  • Jonathan Shahen's avatar
    Init commit to fix some of the errors that got introduced after the conference paper: · 43e64ae5
    Jonathan Shahen authored
     * The long time on AGTUniv10 is due to a simple System.out.prinln printing too much text to the screen. The fix is to reduce the amount that is outputted.
     * The CR Error did not appear in the conference paper because it was an assert that was old and should have been removed, but asserts are ignored in Java, except in debugging mode, so the conference code did not have this problem. Between the conference code and now I converted all asserts to IF statements with throws, but this assert should have been removed
    
    More testing is required before version increase and merging into master
    43e64ae5