LICENSE
README.md
setup.py
datasets/__init__.py
datasets/funcLib/Ackley.py
datasets/funcLib/Beale.py
datasets/funcLib/Booth.py
datasets/funcLib/Bukin.py
datasets/funcLib/Camel.py
datasets/funcLib/DeJongF3.py
datasets/funcLib/Easom.py
datasets/funcLib/Eggholder.py
datasets/funcLib/Ellipsoid.py
datasets/funcLib/FiveWell.py
datasets/funcLib/Goldstain.py
datasets/funcLib/Griewank.py
datasets/funcLib/Ktable.py
datasets/funcLib/Levi.py
datasets/funcLib/Matyas.py
datasets/funcLib/McCormick.py
datasets/funcLib/Michalewicz.py
datasets/funcLib/Rastrigin.py
datasets/funcLib/Rosenbrock.py
datasets/funcLib/Schaffer2.py
datasets/funcLib/Schaffer4.py
datasets/funcLib/Schwefel.py
datasets/funcLib/Shuberts.py
datasets/funcLib/SixHump.py
datasets/funcLib/Sphere.py
datasets/funcLib/SumDiffPower.py
datasets/funcLib/WeitedSphere.py
datasets/funcLib/XinShe.py
datasets/funcLib/Zahkarov.py
datasets/funcLib/__init__.py
flopt/__init__.py
flopt/constants.py
flopt/constraint.py
flopt/env.py
flopt/error.py
flopt/expression.py
flopt/flopt.config
flopt/polynomial.py
flopt/problem.py
flopt/solution.py
flopt/utils.py
flopt/variable.py
flopt.egg-info/PKG-INFO
flopt.egg-info/SOURCES.txt
flopt.egg-info/dependency_links.txt
flopt.egg-info/requires.txt
flopt.egg-info/top_level.txt
flopt/convert/__init__.py
flopt/convert/_pulp.py
flopt/convert/binarize.py
flopt/convert/linearize.py
flopt/convert/structure.py
flopt/performance/__init__.py
flopt/performance/base_dataset.py
flopt/performance/custom_dataset.py
flopt/performance/func_dataset.py
flopt/performance/log_visualizer.py
flopt/performance/mip_dataset.py
flopt/performance/performance.py
flopt/performance/tsp_dataset.py
flopt/solvers/__init__.py
flopt/solvers/amplify_search.py
flopt/solvers/base.py
flopt/solvers/cvxopt_qp_search.py
flopt/solvers/hyperopt_search.py
flopt/solvers/optuna_searches.py
flopt/solvers/pulp_search.py
flopt/solvers/random_search.py
flopt/solvers/shuffled_frog_leaping_search.py
flopt/solvers/two_opt.py
flopt/solvers/auto_search/__init__.py
flopt/solvers/auto_search/auto_search.py
flopt/solvers/auto_search/selector.py
flopt/solvers/scipy_searches/__init__.py
flopt/solvers/scipy_searches/scipy_milp_search.py
flopt/solvers/scipy_searches/scipy_search.py
flopt/solvers/solver_utils/__init__.py
flopt/solvers/solver_utils/common.py
flopt/solvers/solver_utils/solver_log.py
tests/__init__.py
tests/conftest.py
tests/test_Constraint.py
tests/test_Convert.py
tests/test_CustomExpression.py
tests/test_Expression.py
tests/test_Performance.py
tests/test_Polynomial.py
tests/test_Problem.py
tests/test_ProblemType.py
tests/test_Solution.py
tests/test_Solver.py
tests/test_VarBinary.py
tests/test_VarContinuous.py
tests/test_VarInteger.py
tests/test_VarPermutation.py
tests/test_VarSpin.py
tests/test_VariableArray.py
tests/test_VariableFactory.py
tests/test_example.py
tests/test_linearize.py
tests/test_logger.py
tests/test_utils.py