Uses of Class
org.xcsp.common.Softening
-
Packages that use Softening Package Description org.xcsp.common org.xcsp.modeler.entities org.xcsp.parser.entries -
-
Uses of Softening in org.xcsp.common
Subclasses of Softening in org.xcsp.common Modifier and Type Class Description static class
Softening.SofteningExtension
The class used for representing softening of extensional constraints (that are not simple soft constraints).static class
Softening.SofteningGlobal
The class used for representing softening of other constraints (global constraints and some meta-constraints).static class
Softening.SofteningIntension
The class used for representing softening of intensional constraints (that are not simple soft constraints).static class
Softening.SofteningSimple
The class used for representing softening of simple soft constraints. -
Uses of Softening in org.xcsp.modeler.entities
Fields in org.xcsp.modeler.entities declared as Softening Modifier and Type Field Description Softening
CtrEntities.CtrAlone. softening
-
Uses of Softening in org.xcsp.parser.entries
Fields in org.xcsp.parser.entries declared as Softening Modifier and Type Field Description Softening
XConstraints.CEntryReifiable. softening
The object denoting softening (type "soft' with element).
-