Skip to content

Commit 664c414

Browse files
authored
numOfPathConditionVertexAttributes = 49 -> numOfPathConditionVertexAttributes = 48 (#100)
1 parent cb63796 commit 664c414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VSharp.Explorer/AISearcher.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ type internal AISearcher(oracle: Oracle, aiAgentTrainingMode: Option<AIAgentTrai
213213
) =
214214
let numOfVertexAttributes = 7
215215
let numOfStateAttributes = 6
216-
let numOfPathConditionVertexAttributes = 49
216+
let numOfPathConditionVertexAttributes = 48
217217
let numOfHistoryEdgeAttributes = 2
218218

219219

0 commit comments

Comments
 (0)