/export/starexec/sandbox/solver/bin/starexec_run_default /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- YES Problem 1: (VAR x y) (RULES and(x,not(false)) -> x and(x,false) -> false implies(not(x),not(y)) -> implies(y,and(x,y)) implies(false,y) -> not(false) implies(x,false) -> not(x) not(not(x)) -> x ) Problem 1: Dependency Pairs Processor: -> Pairs: IMPLIES(not(x),not(y)) -> AND(x,y) IMPLIES(not(x),not(y)) -> IMPLIES(y,and(x,y)) IMPLIES(x,false) -> NOT(x) -> Rules: and(x,not(false)) -> x and(x,false) -> false implies(not(x),not(y)) -> implies(y,and(x,y)) implies(false,y) -> not(false) implies(x,false) -> not(x) not(not(x)) -> x Problem 1: SCC Processor: -> Pairs: IMPLIES(not(x),not(y)) -> AND(x,y) IMPLIES(not(x),not(y)) -> IMPLIES(y,and(x,y)) IMPLIES(x,false) -> NOT(x) -> Rules: and(x,not(false)) -> x and(x,false) -> false implies(not(x),not(y)) -> implies(y,and(x,y)) implies(false,y) -> not(false) implies(x,false) -> not(x) not(not(x)) -> x ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: IMPLIES(not(x),not(y)) -> IMPLIES(y,and(x,y)) ->->-> Rules: and(x,not(false)) -> x and(x,false) -> false implies(not(x),not(y)) -> implies(y,and(x,y)) implies(false,y) -> not(false) implies(x,false) -> not(x) not(not(x)) -> x Problem 1: Reduction Pair Processor: -> Pairs: IMPLIES(not(x),not(y)) -> IMPLIES(y,and(x,y)) -> Rules: and(x,not(false)) -> x and(x,false) -> false implies(not(x),not(y)) -> implies(y,and(x,y)) implies(false,y) -> not(false) implies(x,false) -> not(x) not(not(x)) -> x -> Usable rules: and(x,not(false)) -> x and(x,false) -> false ->Interpretation type: Linear ->Coefficients: Natural Numbers ->Dimension: 1 ->Bound: 2 ->Interpretation: [and](X1,X2) = 2.X1 + 2 [not](X) = 2.X + 2 [false] = 0 [IMPLIES](X1,X2) = 2.X1 + 2.X2 Problem 1: SCC Processor: -> Pairs: Empty -> Rules: and(x,not(false)) -> x and(x,false) -> false implies(not(x),not(y)) -> implies(y,and(x,y)) implies(false,y) -> not(false) implies(x,false) -> not(x) not(not(x)) -> x ->Strongly Connected Components: There is no strongly connected component The problem is finite.