RsBundle  Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

41 check-ins using file src/lib.rs version db46d13247

2023-07-08
08:56
Merge cvx-constraint check-in: 64e990791a user: fifr tags: trunk
2023-07-07
15:01
async: remove commented code fragment check-in: 8b71a0d9e9 user: fifr tags: trunk
14:56
async: add `required_exact` parameter check-in: 32b1e917dd user: fifr tags: trunk
14:56
sync: add debug output check-in: 34aa490481 user: fifr tags: trunk
14:55
vector: implement `Debug` for `DVector` showing a sparse representation check-in: 54cce0b1e8 user: fifr tags: trunk
2023-07-04
19:38
minorant: require `Sync` check-in: ca0d589968 user: fifr tags: trunk
2023-05-07
17:01
sync: add warning if model value is above candidate upper bound check-in: ce8d876965 user: fifr tags: trunk
16:35
boxed: require validity of convexity constraints for step acceptance Closed-Leaf check-in: c79f81f397 user: fifr tags: cvx-constraint
2023-04-28
19:00
Local adaptions for mmcf tests Leaf check-in: e1ae19c0b3 user: fifr tags: mmcf-paper
09:46
Merge trunk check-in: 9a33baacb9 user: fifr tags: cvx-constraint
2023-03-28
07:25
problem: fix a doc comment check-in: 2165637e7e user: fifr tags: trunk
2023-01-28
18:18
Clippy warnings check-in: 0adca4db5d user: fifr tags: trunk
2023-01-16
14:31
mmcf: add configuration for artificial delays check-in: abf6b6de39 user: fifr tags: trunk
11:06
Update `env_logger` to version 0.10 check-in: d1816edfe1 user: fifr tags: trunk
11:05
Update `ordered-float` to version 3 check-in: f72eedb33a user: fifr tags: trunk
11:03
Update `better-panic` to version 0.3 check-in: 80d691e03c user: fifr tags: trunk
2022-09-02
09:30
quadcvx: further increase termination precision check-in: 2e49c84e80 user: fifr tags: cvx-constraint
09:30
boxed: rename `eta` to `η` and `lambda` to `λ` check-in: 2591a553d2 user: fifr tags: cvx-constraint
09:20
boxed: fix sign error in computation of λ check-in: c641c275ac user: fifr tags: cvx-constraint
2022-09-01
17:13
quadcvx: set smaller termination precision check-in: ef8a1f28ed user: fifr tags: cvx-constraint
16:22
boxed: save and restore convexity constraints check-in: cc916e8916 user: fifr tags: cvx-constraint
16:19
Add example with convexity constraint check-in: 92e2de71a8 user: fifr tags: cvx-constraint
16:19
boxed: handle convexity constraints in termination of inner iterations check-in: b99c3ce9e8 user: fifr tags: cvx-constraint
16:18
boxed: fix initialization of convexity sets check-in: 3423881e6a user: fifr tags: cvx-constraint
16:18
boxed: update right-hand side of convexity constraints when moving the center check-in: e9a0a9a249 user: fifr tags: cvx-constraint
15:36
solver: initialize center of master problems correctly. check-in: b4f788b3fe user: fifr tags: cvx-constraint
15:35
vector: implement `AsRef` for `DVector` check-in: 7e18a68659 user: fifr tags: cvx-constraint
14:22
boxed: rename `eta_cutval` to `lambda_eta_cutval` check-in: 1e7049e798 user: fifr tags: cvx-constraint
14:21
boxed: implement lambda update check-in: 1e263a1817 user: fifr tags: cvx-constraint
09:00
solver: initialize y variables in convexity constraints correctly check-in: 61d6399085 user: fifr tags: cvx-constraint
08:21
solver: verify that convexity constrained variables are in [0,∞) check-in: 016889768f user: fifr tags: cvx-constraint
08:11
solver: set convexity sets on master initialization check-in: d7c26b20b2 user: fifr tags: cvx-constraint
08:10
master: add `convexity_sets` to master problem check-in: 241c8ae347 user: fifr tags: cvx-constraint
07:58
problem: add missing `&self` to `constraint_index` check-in: 3642d62244 user: fifr tags: cvx-constraint
07:52
problem: add `constraint_index` method to `FirstOrderProblem` check-in: 6e9813126a user: fifr tags: cvx-constraint
07:51
Merge solver-state check-in: 201fb070ea user: fifr tags: trunk
2022-06-19
14:29
sync: simplify `SaveError` check-in: 79f5c1c111 user: fifr tags: solver-state
2022-06-17
19:09
masterprocess: add `call_and_forget` for calling methods asynchronously check-in: 94f25e4b9a user: fifr tags: solver-state
18:57
masterprocess: call async methods using `call` check-in: f31050a9ae user: fifr tags: solver-state
18:41
masterprocess: add `call` method for calling async methods of the master problem check-in: ff19646ac0 user: fifr tags: solver-state
13:46
Move `Saveable` to submodule `saveable` check-in: 5ec346f328 user: fifr tags: solver-state