3 Commits (138e0f2cee8c3dd10e6de88b509dcd9eb6fee3b4)

Author SHA1 Message Date
Tim Quatmann 138e0f2cee solver: Implemented incremental support for LP solvers (Z3 and Gurobi) 6 years ago
TimQu 9ca14a54fc templated the LpSolvers 8 years ago
TimQu 67d5df5bd4 fixed capitalization 8 years ago
TimQu b5e68b9914 fixes for z3LP solver and nativePolytopes 8 years ago
TimQu 7dfc43c828 implemented more functionality for NativePolytopes, added functions to consider exact numbers in z3LPsolver 8 years ago
TimQu db029b8c82 fixes in z3 lp solver 8 years ago
TimQu ed465f75bd added Z3LPSolver 8 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 years ago
sjunges 703013b97c program, vector, gurobi 10 years ago
sjunges 8568ee3986 only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago
sjunges 92082dc970 gurobi lp solver refactored in case gurobi is not found, and fixes for linux - sorry about earlier lack of checks on linux 10 years ago
sjunges a129983ae9 cleaning includes for better compilation times 10 years ago
dehnert f76d0f93eb Adapted LP solver interface to new variable handling. 11 years ago
masawei 52cfe9f02d Fixed some compile errors. 11 years ago
PBerger b7ad4398e2 Fixed an error in the interface of the LpSolvers. 11 years ago
David_Korzeniewski 37ef3feebb Fixed return type of addBinaryVariable 11 years ago
dehnert 9e746549a8 Fully adapted MILP-based counterexample generator to new LP solver interface. 11 years ago
dehnert 29d8111991 Adapted Gurobi and glpk LP solvers to expression-based interface. Adapted tests and made them work again. 11 years ago
dehnert 3158d19123 Started working on adapting LP solver interface to new expressions. 11 years ago
dehnert 486e99d6ae Added signal handler for SIGTERM. Introduced delayed update for LP solvers to reduce overhead. 11 years ago
dehnert 514aace4fd Added function tests for both glpk- and Gurobi-based LP solver implementations. Found and fixed some bugs while doing this. 12 years ago
dehnert 8ebd924ca6 Further work on refactoring solvers: cleaned LP solver interface a bit and adapted glpk- and Gurobi-based implementations of the interface. 12 years ago
masawei 175e852956 Resolved problems resulting from merge. 12 years ago
dehnert a229b9b322 Refactored MILP-based command generator to use a general LpSolver interface, so other LP solvers may be used when needed. 12 years ago
dehnert 9f7a0f1354 Started abstracting LP solvers into a common interface. This way, we have more freedom to target different LP solvers easily and can avoid licensing problems. 12 years ago