Merge branch 'main' into first_half

This commit is contained in:
emil28092005
2024-09-22 18:06:23 +03:00
committed by GitHub
7 changed files with 131 additions and 36 deletions
-2
View File
@@ -15,7 +15,5 @@ int main() {
b = {24, 6, 1, 2};
std::cout << A << std::endl;
std::cout << C << std::endl;
Simplex(C, A, b, 0.01, true);
return 0;
}