You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
TimQu 8260455a55 Added multiplication of a single matrix row with a vector to the linear equation solver interface 8 years ago
..
stateelimination Add virtual destructors to classes having virtual functions. 8 years ago
AbstractEquationSolver.cpp setting lower bounds for equation solvers via move-reference 8 years ago
AbstractEquationSolver.h setting lower bounds for equation solvers via move-reference 8 years ago
EigenLinearEquationSolver.cpp Added multiplication of a single matrix row with a vector to the linear equation solver interface 8 years ago
EigenLinearEquationSolver.h Added multiplication of a single matrix row with a vector to the linear equation solver interface 8 years ago
EliminationLinearEquationSolver.cpp Added multiplication of a single matrix row with a vector to the linear equation solver interface 8 years ago
EliminationLinearEquationSolver.h Added multiplication of a single matrix row with a vector to the linear equation solver interface 8 years ago
GameSolver.cpp Linear equation solver + game solvers now respect the environment as well 8 years ago
GameSolver.h Merge remote-tracking branch 'origin/master' into environment 8 years ago
GlpkLpSolver.cpp templated the LpSolvers 8 years ago
GlpkLpSolver.h templated the LpSolvers 8 years ago
GmmxxLinearEquationSolver.cpp Added multiplication of a single matrix row with a vector to the linear equation solver interface 8 years ago
GmmxxLinearEquationSolver.h Added multiplication of a single matrix row with a vector to the linear equation solver interface 8 years ago
GmmxxMultiplier.cpp Added multiplication of a single matrix row with a vector to the linear equation solver interface 8 years ago
GmmxxMultiplier.h Added multiplication of a single matrix row with a vector to the linear equation solver interface 8 years ago
GurobiLpSolver.cpp templated the LpSolvers 8 years ago
GurobiLpSolver.h templated the LpSolvers 8 years ago
IterativeMinMaxLinearEquationSolver.cpp improved interface of solver environment 8 years ago
IterativeMinMaxLinearEquationSolver.h Checking requirements of a linear equation solver now depends on whether we want to do multiplication or equation solving. This was necessary to get the correct requirements of a MinMaxSolver that only uses the underlying linear equation solver for multiplication. 8 years ago
LinearEquationSolver.cpp Added topological linear equation solver 8 years ago
LinearEquationSolver.h Added multiplication of a single matrix row with a vector to the linear equation solver interface 8 years ago
LinearEquationSolverProblemFormat.cpp introducing solver formats to enable linear equation solvers to take the fixed point rather than the equation system formulation 8 years ago
LinearEquationSolverProblemFormat.h introducing solver formats to enable linear equation solvers to take the fixed point rather than the equation system formulation 8 years ago
LinearEquationSolverRequirements.cpp performance improvement in DS-MPI; some cleanups 8 years ago
LinearEquationSolverRequirements.h performance improvement in DS-MPI; some cleanups 8 years ago
LinearEquationSolverTask.cpp making sure that the default linear equation solver is not switched to native if we check e.g. an MDP with sound value iteration 8 years ago
LinearEquationSolverTask.h making sure that the default linear equation solver is not switched to native if we check e.g. an MDP with sound value iteration 8 years ago
LpMinMaxLinearEquationSolver.cpp Checking requirements of a linear equation solver now depends on whether we want to do multiplication or equation solving. This was necessary to get the correct requirements of a MinMaxSolver that only uses the underlying linear equation solver for multiplication. 8 years ago
LpMinMaxLinearEquationSolver.h Checking requirements of a linear equation solver now depends on whether we want to do multiplication or equation solving. This was necessary to get the correct requirements of a MinMaxSolver that only uses the underlying linear equation solver for multiplication. 8 years ago
LpSolver.cpp templated the LpSolvers 8 years ago
LpSolver.h Add virtual destructors to classes having virtual functions. 8 years ago
MathsatSmtSolver.cpp fixed some wrong capitalization 9 years ago
MathsatSmtSolver.h removed src prefix in all includes 9 years ago
MinMaxLinearEquationSolver.cpp Checking requirements of a linear equation solver now depends on whether we want to do multiplication or equation solving. This was necessary to get the correct requirements of a MinMaxSolver that only uses the underlying linear equation solver for multiplication. 8 years ago
MinMaxLinearEquationSolver.h Checking requirements of a linear equation solver now depends on whether we want to do multiplication or equation solving. This was necessary to get the correct requirements of a MinMaxSolver that only uses the underlying linear equation solver for multiplication. 8 years ago
MinMaxLinearEquationSolverRequirements.cpp started on EC elimination for hybrid engine 8 years ago
MinMaxLinearEquationSolverRequirements.h started on EC elimination for hybrid engine 8 years ago
MultiplicationStyle.cpp slightly changed handling of gauss-seidel invocations in linear equation solver 8 years ago
MultiplicationStyle.h slightly changed handling of gauss-seidel invocations in linear equation solver 8 years ago
NativeLinearEquationSolver.cpp Added multiplication of a single matrix row with a vector to the linear equation solver interface 8 years ago
NativeLinearEquationSolver.h Added multiplication of a single matrix row with a vector to the linear equation solver interface 8 years ago
NativeMultiplier.cpp Added multiplication of a single matrix row with a vector to the linear equation solver interface 8 years ago
NativeMultiplier.h Added multiplication of a single matrix row with a vector to the linear equation solver interface 8 years ago
OptimizationDirection.cpp Merge branch 'master' into menu_games 9 years ago
OptimizationDirection.h rename files (does not compile) 9 years ago
SmtSolver.cpp implemented SMT-Lib export SmtSolver interface 8 years ago
SmtSolver.h Add virtual destructors to classes having virtual functions. 8 years ago
SmtlibSmtSolver.cpp Fixed deprecated getType() 8 years ago
SmtlibSmtSolver.h getting rid of outdated carl simple constraint usage 8 years ago
SmtratSmtSolver.cpp removed src prefix in all includes 9 years ago
SmtratSmtSolver.h started overhaul of cli/api 9 years ago
SolveGoal.cpp proper EC elimination in hybrid helper 8 years ago
SolveGoal.h making sure that the default linear equation solver is not switched to native if we check e.g. an MDP with sound value iteration 8 years ago
SolverGuarantee.cpp fixed termination condition applications in a number of spots, fixed uint64 vs uint64_t issue 8 years ago
SolverGuarantee.h moved to providing solve goals in sparse model checkers and helpers 8 years ago
SolverSelectionOptions.cpp Added topological linear equation solver 8 years ago
SolverSelectionOptions.h Added topological linear equation solver 8 years ago
SolverStatus.cpp work towards symbolic rational search 8 years ago
SolverStatus.h work towards symbolic rational search 8 years ago
StandardGameSolver.cpp improved interface of solver environment 8 years ago
StandardGameSolver.h Linear equation solver + game solvers now respect the environment as well 8 years ago
StandardMinMaxLinearEquationSolver.cpp added missing switch case 8 years ago
StandardMinMaxLinearEquationSolver.h Linear equation solver + game solvers now respect the environment as well 8 years ago
SymbolicEliminationLinearEquationSolver.cpp Linear equation solver + game solvers now respect the environment as well 8 years ago
SymbolicEliminationLinearEquationSolver.h Linear equation solver + game solvers now respect the environment as well 8 years ago
SymbolicEquationSolver.cpp fixed some issue in sylvan sharpen and forward minmax bounds to linear equation solver 8 years ago
SymbolicEquationSolver.h Add virtual destructors to classes having virtual functions. 8 years ago
SymbolicGameSolver.cpp Linear equation solver + game solvers now respect the environment as well 8 years ago
SymbolicGameSolver.h Merge remote-tracking branch 'origin/master' into environment 8 years ago
SymbolicLinearEquationSolver.cpp Linear equation solver + game solvers now respect the environment as well 8 years ago
SymbolicLinearEquationSolver.h Merge remote-tracking branch 'origin/master' into environment 8 years ago
SymbolicMinMaxLinearEquationSolver.cpp improved interface of solver environment 8 years ago
SymbolicMinMaxLinearEquationSolver.h making sure that the default linear equation solver is not switched to native if we check e.g. an MDP with sound value iteration 8 years ago
SymbolicNativeLinearEquationSolver.cpp fixed issue in rational search preventing convergence in many cases 8 years ago
SymbolicNativeLinearEquationSolver.h Linear equation solver + game solvers now respect the environment as well 8 years ago
TerminationCondition.cpp Fixed cases where a solver guarantee was not established although it was needed by the termination condition 8 years ago
TerminationCondition.h Merge remote-tracking branch 'origin/master' into environment 8 years ago
TopologicalLinearEquationSolver.cpp Added multiplication of a single matrix row with a vector to the linear equation solver interface 8 years ago
TopologicalLinearEquationSolver.h Added multiplication of a single matrix row with a vector to the linear equation solver interface 8 years ago
TopologicalMinMaxLinearEquationSolver.cpp Linear equation solver + game solvers now respect the environment as well 8 years ago
TopologicalMinMaxLinearEquationSolver.h Linear equation solver + game solvers now respect the environment as well 8 years ago
Z3LpSolver.cpp templated the LpSolvers 8 years ago
Z3LpSolver.h templated the LpSolvers 8 years ago
Z3SmtSolver.cpp implemented SMT-Lib export SmtSolver interface 8 years ago
Z3SmtSolver.h implemented SMT-Lib export SmtSolver interface 8 years ago