Hướng dẫn lấy Gurobi academic license
TLDR: Người dùng với mục đích học thuật được phép sử dụng Gurobi Optimizer miễn phí với academic license. Tuy nhiên cách nhận giấy phép phổ biến nhất có vẻ n...
TLDR: Người dùng với mục đích học thuật được phép sử dụng Gurobi Optimizer miễn phí với academic license. Tuy nhiên cách nhận giấy phép phổ biến nhất có vẻ n...
Xây dựng mô hình tối ưu giải các bài toán sau
Squid Game là một series được phát hành trên Netflix vào tháng 09/2021. Nó kể về một cuộc thi nơi 456 người chơi đánh cược mạng sống của bản thân trong khi t...
Danh sách bài tập mô hình hóa
Câu đố thứ 533 trong cuốn The Big Book of Brain Games: 1,000 PlayThinks of Art, Mathematics & Science (tựa tiếng Việt: 1000 câu đó tự duy về Toán, Khoa h...
Jim Bumgardners’s site is a really great resources of interesting puzzles. When I was a kid, I used to download a lot of puzzles here to entertain myself. At...
Mô hình hóa (modeling) là một trong ba kỹ năng quan trọng để giải quyết những vấn đề thực tế, bên cạnh mô phỏng (simulation) và tối ưu hóa (optimization). Kỹ...
Read files ```py my old method with open(path, ‘r’) as f: lines = [x.replace(‘\n’, ‘’) for x in f.readlines()]
Cyclic imports often appear when the design contains complex dependency. This article describe the cases it emerges and the way to fix it.
I have learned git/github since 2019. They have been great tools for me ever since I started my path. The article intend to show stages of my git/github disc...
Compile all tex files in a given directory
“Hãy chọn đại học Khoa học Tự nhiên” - mảnh giấy với dòng chữ viết vội và vết mực còn mới nằm gọn trong tay. Hừm, có lẽ là một trò đùa vô ích của một người n...
Interesting utilities divmod(a, b) # built-in method returns tuple (a // b, a % b) np.isclose(a, b) # avoid numerical errors
Long time ago, I created a table-based problem which requires technique of invariant to be solved. I’m pretty sure that my solution (at that time) was only a...
Optimizing your program is important. However, knowing where to optimize differentiate good developers and bad ones.
In a previous article, we have constructed an infinite script in Python. That means the script does not simply stop itself once the execution has been begun....
This blog post is my summary of an article about documenting python code in Real Python. I also append to the post some tools relating to documentation.
Một trò chơi chiến thuật đơn giản dành cho hai người.
Ubuntu 20.04 LTS has been released since April 2020. The post is about what should be taken into account during installation process. This is mostly written ...
Let’s find out what it is and how it can be constructed.
Hướng dẫn làm một bộ lịch tối giản
Welcome to my site