Jongkyu Lee · You-Young Cho · Gyeong-Mi Cho*
New interior-point methods for linear optimization problems.
It is recommended to run the project in a Python 3.12 environment.
If Conda is not installed, download and install it from the Anaconda website or Miniconda website.
The following commands should be executed in Command Prompt (Windows) or Terminal (macOS/Linux).
# 1. Create a Conda virtual environment (replace 'env_name' with your preferred environment name)
conda create -n env_name python=3.12
# 2. Activate the virtual environment
conda activate env_name
# 3. Install packasges
pip install -r requirements.txtIn this paper, we propose new interior-point methods for solving linear optimization problemS based on a generalized class of kernel functions, originally defined in [1].
New search directions and proximity measures are defined based on these kernel functions.
We prove that the complexity is
[1] Y.Y. Cho and G.M. Cho, New interior-point methods for
[2] Koch, T., The final NETLIB-LP results, Oper. Res. Lett., 32, 138-142 (2004)
[3] Bouafia, M., Benterki, D., Yassine, A., An efficient primal-dual interior point method for linear programming problems based on a new kernel function with a trigonometric barrier term, J. Optim. Theory Appl., 170(2), 528-545 (2016)