Skip to content

Commit 48570e5

Browse files
committed
fixed indexes again
1 parent cbaf95a commit 48570e5

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
@@ -391,7 +391,7 @@ type internal AISearcher(oracle: Oracle, aiAgentTrainingMode: Option<AIAgentTrai
391391
|> Array.iteri (fun i pcId ->
392392
let j = firstFreePositionInPcToState + i
393393
index_pcToState[j] <- int64 pathConditionVerticesIds[pcId]
394-
index_pcToState[numOfParentOfEdges + j] <- int64 stateIds[state.Id])
394+
index_pcToState[pathConditionNum + j] <- int64 stateIds[state.Id])
395395

396396
firstFreePositionInPcToState <- firstFreePositionInPcToState + state.PathCondition.Length
397397

0 commit comments

Comments
 (0)