* This method internally calls addAletheStep. The kind of the given Node has
* to be OR.
*
- * @param res The expected result of the application in form (or F1 ... Fn),
* @param rule The id of the Alethe rule,
+ * @param res The expected result of the application in form (or F1 ... Fn),
* @param children The children of the application,
* @param args The arguments of the application
* @param cdp The proof to add to
* @return True if the step could be added, or false if not.
*/
- bool addAletheStepFromOr(Node res,
- AletheRule rule,
+ bool addAletheStepFromOr(AletheRule rule,
+ Node res,
const std::vector<Node>& children,
const std::vector<Node>& args,
CDProof& cdp);