Skip to content
Snippets Groups Projects
bolzano.json 799 B
Newer Older
  • Learn to ignore specific revisions
  • {
      "datasets": [
        "bolzano/bolzano_sorted.bracket"
      ],
      "thresholds": [
    
        1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0,
        9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0,
        16.0, 17.0, 18.0, 19.0, 20.0
    
      ],
      "algorithms": [
        { "name": "t_join",
          "verification_algorithm" : "Touzet",
          "upperbound": "greedy"
        },
    
        { "name": "histogram_join",
          "verification_algorithm" : "APTED",
          "upperbound": "none"
        },
        { "name": "binary_branches_join",
          "verification_algorithm" : "APTED",
          "upperbound": "none"
        },
        { "name": "guha_rsb_join",
          "verification_algorithm" : "APTED",
          "reference_set_size": "8",
          "reference_set_id": "-1"
        },
    
        { "name": "tang_join",
    
          "verification_algorithm" : "APTED",
    
          "upperbound": "none"
        }
      ]
    }