You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
336 B

// RESULT: [(3,1)]
multi(R{"R1"}max=? [ C ],Pmax=? [ G F s=2 ])
// RESULT: [(1,1),(3,0)]
multi(R{"R1"}max=? [ C ],Pmax=? [ G F s=1 ])
// RESULT: [(1,1),(3,0)]
multi(R{"R1"}min=? [ C ],Pmin=? [ G F s=1 ])
// RESULT: [(1,0)]
multi(R{"R1"}min=? [ C ],Pmin=? [ G F s=2 ])
// RESULT: [(0,1)]
multi(Pmin=? [ G F s=2 ],R{"R1"}min=? [ C ])