Klaixiya

Results 2 issues of Klaixiya

I had done some tests to find out the performance of indexing data using RBTree or AVLTree, the results is following: ```julia rbtree = RBTree{Int}() avltree = AVLTree{Int}() sets =...

The column generation algorithm performs well in the HiGHS Optimizer, but when I switched to the SCIP Optimizer, it returns the following error: ``` MathOptInterface.GetAttributeNotAllowed{MathOptInterface.ConstraintDual}: Getting attribute MathOptInterface.ConstraintDual(1) cannot be...