@syntest/search
Version:
The common core of the SynTest Framework
11 lines • 560 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ImplicitBranchObjectiveFunction = void 0;
const BranchObjectiveFunction_1 = require("./BranchObjectiveFunction");
class ImplicitBranchObjectiveFunction extends BranchObjectiveFunction_1.BranchObjectiveFunction {
constructor(approachLevel, branchDistance, subject, id) {
super(approachLevel, branchDistance, subject, id);
}
}
exports.ImplicitBranchObjectiveFunction = ImplicitBranchObjectiveFunction;
//# sourceMappingURL=ImplicitBranchObjectiveFunction.js.map