@syntest/search
Advanced tools
Comparing version 0.4.0-beta.33 to 0.4.0-beta.34
@@ -34,2 +34,3 @@ export * from "./lib/Archive"; | ||
export * from "./lib/objective/managers/StructuralObjectiveManager"; | ||
export * from "./lib/objective/managers/StructuralUncoveredObjectiveManager"; | ||
export * from "./lib/objective/managers/UncoveredObjectiveManager"; | ||
@@ -36,0 +37,0 @@ export * from "./lib/objective/secondary/LengthObjectiveComparator"; |
@@ -73,2 +73,3 @@ "use strict"; | ||
__exportStar(require("./lib/objective/managers/StructuralObjectiveManager"), exports); | ||
__exportStar(require("./lib/objective/managers/StructuralUncoveredObjectiveManager"), exports); | ||
__exportStar(require("./lib/objective/managers/UncoveredObjectiveManager"), exports); | ||
@@ -75,0 +76,0 @@ __exportStar(require("./lib/objective/secondary/LengthObjectiveComparator"), exports); |
@@ -6,3 +6,3 @@ import { Encoding } from "../../Encoding"; | ||
/** | ||
* Objective manager that only evaluates an encoding on currently reachable objectives. | ||
* Objective manager that only evaluates an encoding on currently reachable and covered objectives. | ||
* | ||
@@ -9,0 +9,0 @@ * @author Mitchell Olsthoorn |
@@ -23,3 +23,3 @@ "use strict"; | ||
/** | ||
* Objective manager that only evaluates an encoding on currently reachable objectives. | ||
* Objective manager that only evaluates an encoding on currently reachable and covered objectives. | ||
* | ||
@@ -38,3 +38,2 @@ * @author Mitchell Olsthoorn | ||
this._uncoveredObjectives.delete(objectiveFunction); | ||
this._currentObjectives.delete(objectiveFunction); | ||
// Add objective to the covered objectives | ||
@@ -41,0 +40,0 @@ this._coveredObjectives.add(objectiveFunction); |
{ | ||
"name": "@syntest/search", | ||
"version": "0.4.0-beta.33", | ||
"version": "0.4.0-beta.34", | ||
"description": "The common core of the SynTest Framework", | ||
@@ -65,3 +65,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "9562fd8c4087280aea836439eeb2e6a2c8f0663b" | ||
"gitHead": "63baf5d7d63b06227b8a19f2cc46cf725af37ce6" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
289566
216
5049