Oftentimes I find myself wanting to use integer programming to find a solution to a particular problem, without caring about optimizing a certain variable at all.
I've found that most packages that offer integer programming do not provide this feature.
Is it then correct to assume that maximizing/minimizing a solution is no harder than just finding any solution?
If yes, does it matter what variable you choose to optimize for (considering you really do not care either way)?
If not, why do packages almost never offer to only solve rather than optimize?