mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
use setter method to easier track updates to settings.
This commit is contained in:
parent
19fed09122
commit
0f86a00229
4 changed files with 9 additions and 9 deletions
|
@ -336,8 +336,8 @@ public:
|
|||
return m_simplex_strategy;
|
||||
}
|
||||
|
||||
simplex_strategy_enum & simplex_strategy() {
|
||||
return m_simplex_strategy;
|
||||
void set_simplex_strategy(simplex_strategy_enum s) {
|
||||
m_simplex_strategy = s;
|
||||
}
|
||||
|
||||
bool use_lu() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue