intopt is a command-line tool for solving integer optimization problems by reading an input file and computing an optimal solution.
./intopt < test_cases/<directory>/iExample:
./intopt < test_cases/10_1/ipython test.pyTests all inputs
- Input: Optimization problem definition with constraints and objectives.
- Output: Optimal values of decision variables and objective function.
Johan Ekberg