Make appropriate outputting.

Fix Makefile and add optional rebuild shorcut function.
Fix outputs in simplex.cpp
This commit is contained in:
emil
2024-10-08 03:17:13 +03:00
parent 8007275709
commit 5c2f80f85a
4 changed files with 84 additions and 9 deletions
+1
View File
@@ -14,6 +14,7 @@ struct Result {
solver_state state;
Vector solution;
double objective_function_value;
bool maximize;
};
void _printInitialInputs(Vector& C, Matrix& A, Vector& b);