class RelOps {

RelOps(){
    super(());
  }
  TPH IPBY m(TPH IPBZ a, TPH IPCA b){
    return a op b;
  }

  RelOps(){
    super(());
  }

}