SPeCS Packages Documentation
    Preparing search index...
    type LoopCharacterization = {
        bound: number;
        boundVar: string;
        increment: number;
        incrementVar: string;
        inductionVar: string;
        initialVal: number;
        isValid: boolean;
        op: string;
        tripCount: number;
    }
    Index

    Properties

    bound: number
    boundVar: string
    increment: number
    incrementVar: string
    inductionVar: string
    initialVal: number
    isValid: boolean
    op: string
    tripCount: number