@syntest/search
Advanced tools
Comparing version 0.4.0-beta.55 to 0.4.0-beta.56
@@ -7,4 +7,2 @@ import { Decoder } from "./Decoder"; | ||
* Encoding of the search problem. | ||
* | ||
* @author Mitchell Olsthoorn | ||
*/ | ||
@@ -15,3 +13,2 @@ export declare abstract class Encoding { | ||
protected _id: string; | ||
protected _assertions: Map<string, string>; | ||
protected _metaComments: string[]; | ||
@@ -39,4 +36,2 @@ /** | ||
get id(): string; | ||
get assertions(): Map<string, string>; | ||
set assertions(value: Map<string, string>); | ||
get metaComments(): string[]; | ||
@@ -43,0 +38,0 @@ addMetaComment(comment: string): void; |
@@ -25,4 +25,2 @@ "use strict"; | ||
* Encoding of the search problem. | ||
* | ||
* @author Mitchell Olsthoorn | ||
*/ | ||
@@ -38,3 +36,2 @@ class Encoding { | ||
this._objectives = new Map(); | ||
this._assertions = new Map(); | ||
this._metaComments = []; | ||
@@ -57,8 +54,2 @@ } | ||
} | ||
get assertions() { | ||
return this._assertions; | ||
} | ||
set assertions(value) { | ||
this._assertions = value; | ||
} | ||
get metaComments() { | ||
@@ -65,0 +56,0 @@ return [...this._metaComments]; |
{ | ||
"name": "@syntest/search", | ||
"version": "0.4.0-beta.55", | ||
"version": "0.4.0-beta.56", | ||
"description": "The common core of the SynTest Framework", | ||
@@ -64,3 +64,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "202ffcca6ae3080fc6ad5e97e53e14928cc8d5d0" | ||
"gitHead": "fa797b6b9e24e60b7db31069ac1333cf9f09fec9" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
312030
5362