A static web page to help you figure out how to beautify honors in the Guild War event. (古戦場の貢献度調整)
This project is made by vue2 and used to demonstrate beautifying honors using a static website. It is also a web version of my gbf-beautify-honors cli python project.
However, I am new to front-end development, so the project is currently in early stage. There are still many things to improve and any issues are welcome!
We can formulate this problem as an integer programming problem and solve it using the glpk.js.
Is this case, we use an integer variable hi to represent the exact honor earned from battle i
(i
can be Eyeball N
, Meat Beast EX+
, ...).
And use another integer variable ni to represent the number of battles we need to fight for the battle i
.
We want to get exact honors with minimum number of battles (more efficient), so the corresponding integer programming problem is:
Additionally, we can add additional constraints to the integer variable ni to limit the maximum number of each battle. e.g.,
npm install
npm run prepare
npm run serve
npm run build
npm run lint
npm run test:unit
npm run release -- --release-as patch
npm run release -- --release-as minor
npm run release -- --release-as major