diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/src/solving.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/solving.rs b/core/src/solving.rs index da053e7..bfe3ff3 100644 --- a/core/src/solving.rs +++ b/core/src/solving.rs | |||
@@ -135,6 +135,9 @@ pub trait SolverContext { | |||
135 | result | 135 | result |
136 | } | 136 | } |
137 | 137 | ||
138 | fn float_maximize(&mut self, value: Float); | ||
139 | fn float_minimize(&mut self, value: Float); | ||
140 | |||
138 | // Bools | 141 | // Bools |
139 | 142 | ||
140 | fn new_free_bool(&mut self) -> Bool; | 143 | fn new_free_bool(&mut self) -> Bool; |