/SBSP

RUC "Operations Research: Modeling and Algorithms 2023" Project

Primary LanguageC++

Ship Berth Scheduling Problem

RUC "Operations Research: Modeling and Algorithms 2023" Project

Problem Description

doc/运筹学大作业.pdf

Project Report

doc/report.pdf

How to Run

Requirements

  • gurobipy
  • numpy
  • pandas
  • matplotlib
  • tqdm

Run

Reproduce the results in the report:

cd ./src
bash ./run-var.sh
make
bash ./run-ga.sh

Note: The run-var.sh script will use "continue" mode to find the best solution. If you need to start from scratch, delete the -c parameter.