https://gitlab.ow2.org/sat4j/sat4j.git

sort by:
Revision Author Date Message Commit Date
5080fed call jacoco:report after deploy goal 01 March 2022, 22:08:31 UTC
50b9636 Fix character encoding (sonarqube warning). 01 March 2022, 21:55:54 UTC
0fd4d2b call jacoco:report before sonar goal 01 March 2022, 21:37:43 UTC
1589e54 update for jacoco report 01 March 2022, 21:28:08 UTC
d078e1c updated maven dependencies to most recent ones 01 March 2022, 21:17:13 UTC
65a34b1 removed debug code 01 March 2022, 17:13:33 UTC
34462fa Merge branch 'master' of https://gitlab.ow2.org/sat4j/sat4j 01 March 2022, 13:11:20 UTC
157fe3b fixed some issues pointed out by Sonar 01 March 2022, 13:07:17 UTC
d134a74 :fire: Removes unwanted files. 01 March 2022, 11:43:02 UTC
bfe0dc6 Merge branch 'master' of https://gitlab.ow2.org/sat4j/sat4j 01 March 2022, 11:04:16 UTC
ee95a6d fixed some issues pointed out by Sonar 01 March 2022, 11:02:59 UTC
b9a945f Merge branch 'master' of https://gitlab.ow2.org/sat4j/sat4j 01 March 2022, 09:39:01 UTC
84666e2 :art: Fixes an issue with optional. 01 March 2022, 09:38:38 UTC
e5d4bd7 Fixed sonar violation and removed unused method. 28 February 2022, 21:52:42 UTC
0d0806c Make DependencyHelper Serializable. 28 February 2022, 17:57:53 UTC
3705500 Another sonarqube fix (CardConstrFinder). 28 February 2022, 17:21:23 UTC
2ed3c22 Fix sonarqube issue on regexp. 28 February 2022, 17:13:24 UTC
6926454 :pencil2: Reusing the same FileWriter object for each method 05 December 2021, 11:28:25 UTC
6b5ac38 Updated releases location 05 December 2021, 10:04:41 UTC
1325f5b Merge branch 'preproc_pb' of https://gitlab.ow2.org/romain_wallon/sat4j 23 November 2021, 15:12:38 UTC
b7310b2 :bug: fixes compilation 23 November 2021, 08:35:03 UTC
3caf0d8 :sparkles: first implementation of GaussElimination 23 November 2021, 08:31:26 UTC
b812876 :recycle: Preproc 22 November 2021, 18:02:44 UTC
7cd1d13 updates Gaussian 22 November 2021, 07:33:14 UTC
49455f0 Fixes the weakened literal given to the PBSearchListener. 18 November 2021, 14:38:16 UTC
1797513 updates 10 November 2021, 18:02:58 UTC
ab08161 updates preprocessing 09 November 2021, 18:07:37 UTC
e57b805 :bug: Some bug fixes. 03 November 2021, 17:31:07 UTC
7f544db updates Preproc 02 November 2021, 16:53:44 UTC
12dfc30 Adds subsetsum 29 October 2021, 16:40:52 UTC
4b3b905 Merge branch 'master' of https://gitlab.ow2.org/sat4j/sat4j 29 October 2021, 11:02:12 UTC
3610d72 Merge branch 'VERIPB2' into 'master' Add support for veripb in CP based solvers See merge request sat4j/sat4j!9 20 September 2021, 14:59:58 UTC
d326677 Delete Anthony2.java 20 September 2021, 14:04:37 UTC
ced102e Delete Anthony.java 20 September 2021, 14:03:46 UTC
6ce7661 handling other file formats 20 September 2021, 12:46:02 UTC
c19d473 rectification saturation 20 September 2021, 12:03:57 UTC
09bb8a7 veriPB : try to use saturation in the proof only when necessary 20 September 2021, 09:29:48 UTC
504d5ca Notify the listener when a clause is inferred after a saturation 17 September 2021, 14:58:43 UTC
7e7177d push 17 September 2021, 14:24:17 UTC
82b5967 Detect division to clause 17 September 2021, 14:21:05 UTC
d265bf7 Add multiplication/division iff coeff > 1 16 September 2021, 11:14:29 UTC
6b85bf8 Add multiplication and division iff coeff > 1 16 September 2021, 11:11:32 UTC
81030b6 Phase selection strategy is also random 15 September 2021, 07:24:35 UTC
24b0639 Greedy OPB solver 11 September 2021, 13:12:49 UTC
9c04ce7 Better message (0 >= 1 instead of null). 07 September 2021, 15:04:34 UTC
09815de Merge branch 'VERIPB2' of https://gitlab.ow2.org/sat4j/sat4j into VERIPB 07 September 2021, 14:48:29 UTC
93082e1 Taking into account the case of null parameter. 07 September 2021, 14:47:12 UTC
08d180f Fix weakening bug 02 September 2021, 09:44:00 UTC
e8f5db2 Fix weakening bug 02 September 2021, 09:36:08 UTC
644cead Fix compilation problems. 31 August 2021, 14:10:50 UTC
498622d Using dedicated message for VERIPB. 31 August 2021, 13:37:11 UTC
c632d76 Textual representation of listeners. 31 August 2021, 13:37:11 UTC
808cb14 Using dump() instead of toString() to get the expected textual representation. 31 August 2021, 13:37:11 UTC
6f236c9 Fix for last clause derivation 31 August 2021, 13:37:11 UTC
49947d1 Adding the option e 31 August 2021, 13:37:10 UTC
83265ac added constraints for = in the same order as expected by VeriPB 31 August 2021, 13:37:10 UTC
ea618d8 Do the loop on each enclosed constraint. 31 August 2021, 13:37:10 UTC
ac1ce77 fixes id for = constraints 31 August 2021, 13:37:10 UTC
c4ebee2 MAJ VERIPB 31 August 2021, 13:37:10 UTC
27a76ef Make sure that plain SearchListener objects can be used with CP based solvers which now expect a PBSearchListener. 31 August 2021, 13:37:10 UTC
62a414b Uses a default void PBSearchListener when MapPb are not used for conflict analysis (e.g. constraints normalization). 31 August 2021, 13:37:10 UTC
feffd5d Move IConflict.setListener() to make sure it is called in all CP solvers. 31 August 2021, 13:37:10 UTC
454cc5f Not applicable here. 31 August 2021, 13:37:10 UTC
29c133a First implementation of proof logging 31 August 2021, 13:37:10 UTC
db3d1a8 Move PBSearchListener setter in createReader. 31 August 2021, 13:37:10 UTC
97043f8 Moved set/get id to IConstr 31 August 2021, 13:37:10 UTC
b80e750 Added optional setId() to Constr. 31 August 2021, 13:37:10 UTC
dbf63dc Fix for ClassCastException. 31 August 2021, 13:37:10 UTC
e944820 Got all possible solution for nofail. 31 August 2021, 13:37:10 UTC
e7a44ad Complete nofail solver 31 August 2021, 13:37:10 UTC
30d564e Refactored code to be easier to check. 31 August 2021, 13:37:10 UTC
f6902cb First version of the discerning solver (1 single solution). 31 August 2021, 13:37:10 UTC
e7ff6a8 Calcul de BB pour Anthony 31 August 2021, 13:37:10 UTC
0730580 Overridden getId() in PBConstr. 31 August 2021, 13:37:10 UTC
14cd271 Linking ConflictMap and PBSearchListener. 31 August 2021, 13:37:10 UTC
b0f351a Added an id to PB constrs 31 August 2021, 13:34:14 UTC
0f590ec Fixes a wrong use of a method 31 August 2021, 13:32:17 UTC
d10e3c9 First attempt to integrate PB proof logging in conflict analysis 31 August 2021, 13:32:17 UTC
6c9eacb Allows to log partial weakening 31 August 2021, 13:32:17 UTC
db0fdbf Java 1.8+ to get default methods support 31 August 2021, 13:32:17 UTC
ad7f983 Default SearchListener in PBSolverCP is now a PBSearchListener 31 August 2021, 13:29:47 UTC
c3562b2 Interface for PB conflict analysis 31 August 2021, 13:29:47 UTC
0e8589a Detect when no decision are taken after the first conflict. 31 August 2021, 13:27:02 UTC
ca754f5 Merge branch 'master' of https://gitlab.ow2.org/sat4j/sat4j 08 May 2021, 08:39:28 UTC
f0d9a86 Double bump conflicting and better effectiveness. (cherry picked from commit b872caa503b14baacafc4c573408c56aa9b20b57) 08 May 2021, 08:37:59 UTC
4a3e7d8 Removing ow2 staging repository 12 April 2021, 07:03:38 UTC
2e54e44 log properly exception messages. 11 April 2021, 08:04:05 UTC
7d51fde Refactored propagatePI: it is void a void method. 10 April 2021, 14:49:05 UTC
c84cb5b Make Explainer serializable. 10 April 2021, 13:09:36 UTC
9f0bb8e Fix serialization violation (sonarqube). 10 April 2021, 12:57:18 UTC
2600793 Fix deprecated code and use more adapted assertEquals. 10 April 2021, 12:53:19 UTC
1824d4f Remove empty tests cases. 10 April 2021, 12:31:31 UTC
b96720d Add missing assertion. 10 April 2021, 12:30:37 UTC
66ef175 Fix test case. 10 April 2021, 11:10:11 UTC
49895cd Removed deprecated class. 10 April 2021, 11:07:22 UTC
ce1061d Add missing assertions. 10 April 2021, 10:25:49 UTC
a2117f8 Add missing assertion. 10 April 2021, 10:18:17 UTC
3b2122a Add missing assertions. 10 April 2021, 10:02:42 UTC
5e65dab Add assertions in bug report test 10 April 2021, 09:50:17 UTC
5e1d42a Remove empty test cases. 10 April 2021, 09:45:43 UTC
back to top