Files
CursASVK/example/references.bib
T
2026-05-06 10:09:45 +03:00

105 lines
4.1 KiB
BibTeX
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@article{SHUTKOV,
author = {{Г.А. Шутков}},
title = {Алгоритм построения расписания для минимизации пикового использования ресурса в однопроцессорной системе},
journal = {Выпускная квалификационная работа},
year = {2023. --- С. 41}
}
@article{BALASHOV,
author = {{В.В. Балашов, А.В. Абрамов, А.А. Чупахин и др.}},
title = {Муравьиный алгоритм
для построения однопроцессорного расписания с минимизацией пикового
использования ресурса},
journal = {Дискретный анализ и исследование операций},
year = {2024. --- Т. 31, № 2. --- С. 5--26}
}
@book{SHEV,
author = {{В.Н. Шевченко, Н.Ю. Золотых}},
title = {Линейное и целочисленное линейное
программирование},
publisher = {Изд-во Нижегородского государственного
университета им. Н.И. Лобачевского},
year = {2004. --- С. 154}
}
@book{BAKER,
author = {{K.R. Baker, D. Trietsch}},
title = {Principles of Sequencing and Scheduling},
publisher = {John Wiley and Sons.},
year = {2009},
pages = {510},
}
@article{MANNE,
author = {{A.S. Manne}},
title = {On the Job-Shop Scheduling Problem},
journal = {Operations Research},
year = {1960},
pages = {219--223},
volume = {8},
number = {2}
}
@article{COIN,
title = {COIN-OR: Computations Infrastructure for Operations Research. Projects by Category. COIN-OR, 2025. [Электронный ресурс]. URL: \url{https://www.coin-or.org/projects/} (дата обращения: 25.04.2025).},
}
@article{GLPK,
title = {GNU Linear Programming Kit. GLPK, 2025. [Электронный ресурс]. URL: \url{https://www.gnu.org/software/glpk/} (дата обращения: 25.04.2025).},
}
@article{SCIP,
title = {SCIP: Solving Constraint Integer Programs. Zuse Institute Berlin, 2025. [Электронный ресурс]. URL: \url{https://scipopt.org/} (дата обращения: 25.04.2025).},
}
@article{HiGHS,
title = {HiGHS: high performance software
for linear optimization. HiGHS, 2025. [Электронный ресурс]. URL: \url{https://highs.dev/} (дата обращения: 25.04.2025).},
}
@article{GAMS,
title = {GAMS: The General Algebraic Modeling Language. GAMS, 2025. [Электронный ресурс]. URL: \url{https://www.gams.com/latest/docs/S\_MAIN.html} (дата обращения: 25.04.2025).},
}
@article{GUROBI,
title = {Gurobi optimizer. Gurobi optimization, 2025. [Электронный ресурс]. URL: \url{https://www.gurobi.com/solutions/gurobi-optimizer/} (дата обращения: 25.04.2025).},
}
@article{GITHUB,
title = {Программная реализация разработанного подхода. [Электронный ресурс]. URL: \url{https://github.com/AlinaSeny/single_proc_scheduling} (дата обращения: 18.05.2025).},
}
@book{GARYJONSON,
author = {{М. Гэри, Д. Джонсон}},
title = {Вычислительные машины и труднорешаемые задачи},
publisher = {М.: Мир.},
year = {1982. --- С. 419}
}
@article{ABDEL,
author = {{H.M. Abdel-Wahab}},
title = {Scheduling with applications to register allocation and deadlock problems},
journal = {Ph. D. Thesis},
year = {1976},
organization = {University of Waterloo},
pages = {440},
}
@article{SETHI,
author = {{R. Sethi}},
title = {Complete register allocation problems},
journal = {In 5th ACM symposium on theory of computing},
year = {1973},
pages = {182--195},
}
@article{CASANOVA,
author = {{H. Casanova, J. Herrmann, Y. Robert}},
title = {Computing the expected makespan of task graphs in
the presence of silent errors},
journal = {Parallel Computing},
year = {2017},
pages = {28},
}