1. Prerequisites Version of SCIP: SCIP9.2.1.0OS: Windows11 2. Steps (1) Download and execute the installer “SCIPOptSuite-9.2.1-win64.exe” form [1].(2) Set the environment variable “SCIPOPTDIR” to the installations directory of the SCIP.(3) Install pyscipopt by pip with the following command.python -m pip install pyscipopt. 3. References [1] SCIP9.2.1 Download Pagehttps://www.scipopt.org/index.php#download
Category Archives: mathematics
How to plot the Poincare Upper-Half Plane Model using matplotlib and numpy
Here the code is. import numpy as npimport matplotlib.pyplot as pltrealaxis = np.linspace(-1.0, 1.0, 1000)imagaxis = np.linspace( 0.0, 1.0, 1000)zeros = np.linspace(0, 0, 1000)colorlist = [“red”, “green”, “blue”, “purple”, “darkorange”, “cyan”]theta = np.linspace(0, np.pi, 100)plt.axis(“off”)for n in list(range(0, 6)):n2 = np.power(2, n)for center in np.linspace(-1, 1, 2 * (n2 – 1) + 3):x = center […]
How to do linux debugging SCIP remotely using Visual Studio Code
1. Prerequisites Version of SCIP: SCIP9.0.0.0Target Machine: Ubuntu Desktop 22.04Host Machine: Windows10OS username: scipuserWorking directory: /home/scipuser 2. Problem Hereinafter we assume your username is postgres. Perform the follwing steps in target machine according to [1]. (1) Download and extract tarball of sources of SCIP from official page[2] with along to the recommendation of GitHub INSTALL.md[1].tar […]
A Study Note on Applied Mathematics
PDF link A Study Note on Applied Mathematics
A study memo on jordan normal form of matricies
PDF link https://osmanthus.work/wp-content/uploads/2023/10/jordan_normal_form_matrix_20231028a.pdf
A Study Note on Lie Group, Representation, and its Applications
A study memo on popular probability distributions
PDF link https://osmanthus.work/wp-content/uploads/2023/09/popular_probability_distribution_20231112a.pdf
A study memo on triangularisability of matricies
PDF link https://osmanthus.work/wp-content/uploads/2023/08/triangularisability_matrix_20230826a-2.pdf
A study memo on weak law of large numbers and crude Monte Carlo Simulation
PDF link https://osmanthus.work/wp-content/uploads/2023/08/law_of_large_numbers_20230827a.pdf
A study memo on implicit function theorem and method of Lagrange multiplier
PDF link https://osmanthus.work/wp-content/uploads/2023/08/inverse_function_theorem_20230819a-2.pdf
A study memo on skewness and kurtosis
PDF link https://osmanthus.work/wp-content/uploads/2023/08/skewness_kurtosis_20230819a-1.pdf
A study memo on chi-squared tests for categorical data
chi-squared_test_for_categorical_data_20230812a-1Download
A study memo on linear regression
PDF Link https://osmanthus.work/wp-content/uploads/2023/07/linear_regression_20230917a-3.pdf
A study memo on a proof of the central limit theorem
central_limit_theorem_20230814aDownload
A Proof of a determinant formula
determinant_20210917aDownload
A Roundabout Proof of Schwarz’s Inequality
Schwarz_Inequality_20230624aDownload