MCPcopy Create free account
hub / github.com/JWally/jsLPSolver / Solve

Method Solve

src/polyopt.ts:15–15  ·  view source on GitHub ↗
(model: ModelDefinition, precision?: number, full?: boolean, validate?: boolean)

Source from the content-addressed store, hash-verified

13import type { Model as ModelDefinition, ObjectiveDirection, SolveResult } from "./types/solver";
14interface SolverLike {
15 Solve(model: ModelDefinition, precision?: number, full?: boolean, validate?: boolean): unknown;
16}
17
18// Multi-objective solutions are still shaped like regular solve results but may

Callers 15

solver-problems.tsFile · 0.65
solveFunction · 0.65
solveFunction · 0.65
PolyoptFunction · 0.65
solveFunction · 0.65
benchmarkFunction · 0.65
test-strategies.tsFile · 0.65
test-iterations.tsFile · 0.65
benchmark.tsFile · 0.65
benchmarkFunction · 0.65

Implementers 1

Solversrc/main.ts

Calls

no outgoing calls

Tested by 3

solveFunction · 0.52
solveFunction · 0.52
solveFunction · 0.52