Source: out/constants.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_STRENGTH = exports.DEFAULT_ITERATIONS = exports.DEFAULT_DISTANCE = exports.DEFAULT_MODE = exports.DEFAULT_TYPE = void 0;
/**
 * Default value for the selected BitBake task.
 */
exports.DEFAULT_TYPE = "default";
/**
 * Default mode of analysis.
 */
exports.DEFAULT_MODE = "default";
/**
 * Default distance for the simulation algorithm.
 */
exports.DEFAULT_DISTANCE = 400;
/**
 * Default number of iterations for the simulation algorithm.
 */
exports.DEFAULT_ITERATIONS = 1;
/**
 * Default strength for the simulation algorithm.
 */
exports.DEFAULT_STRENGTH = -3500;
//# sourceMappingURL=constants.js.map