solverdependent
Solverdependent is a term used in optimization, constraint programming, and related computational fields to describe aspects of a problem, its solution, or its evaluation that vary with the solver employed. It denotes features that are not intrinsic to the mathematical model alone but arise from the specific algorithms, data structures, tolerances, preprocessing, and internal representations used by a given solver.
In practice, solverdependent characteristics include numerical tolerances for feasibility and optimality, variable encodings, branch or search
The term highlights considerations for reproducibility and benchmarking. When reporting results, it is common to specify
Strategies to mitigate solverdependent issues include using explicit tolerances and exact arithmetic where available, adopting canonical