| Package | Description | 
|---|---|
| org.ojalgo.matrix.task.iterative | |
| org.ojalgo.netio | 
 
 This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.* 
 | 
| org.ojalgo.optimisation | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
MutableSolver.setDebugPrinter(BasicLogger.Printer debugPrinter)  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
BasicLogger.AppendablePrinter  | 
static class  | 
BasicLogger.PrintStreamPrinter  | 
static class  | 
BasicLogger.PrintWriterPrinter  | 
static class  | 
CharacterRing.PrinterBuffer  | 
| Modifier and Type | Field and Description | 
|---|---|
static BasicLogger.Printer | 
BasicLogger.DEBUG  | 
static BasicLogger.Printer | 
BasicLogger.ERROR  | 
static BasicLogger.Printer | 
BasicLogger.NULL  | 
| Modifier and Type | Method and Description | 
|---|---|
BasicLogger.Printer | 
BasicLogger.AppendablePrinter.printf(Locale locale,
      String format,
      Object... args)  | 
BasicLogger.Printer | 
BasicLogger.Printer.printf(Locale locale,
      String format,
      Object... args)  | 
BasicLogger.Printer | 
BasicLogger.AppendablePrinter.printf(String format,
      Object... args)  | 
BasicLogger.Printer | 
BasicLogger.Printer.printf(String format,
      Object... args)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CharacterRing.flush(BasicLogger.Printer receiver)  | 
void | 
CharacterRing.OutputStreamBuffer.flush(BasicLogger.Printer printer)  | 
void | 
CharacterRing.PrinterBuffer.flush(BasicLogger.Printer printer)  | 
void | 
CharacterRing.WriterBuffer.flush(BasicLogger.Printer printer)  | 
void | 
BasicLogger.Buffer.flush(BasicLogger.Printer receiver)  | 
| Modifier and Type | Field and Description | 
|---|---|
BasicLogger.Printer | 
Optimisation.Options.logger_appender
If this is null nothing is printed, if it is not null then progress/debug messages are printed to
 that BasicLogger.Printer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
ExpressionsBasedModel.validate(Access1D<BigDecimal> solution,
        BasicLogger.Printer appender)  | 
boolean | 
ExpressionsBasedModel.validate(Access1D<BigDecimal> solution,
        NumberContext context,
        BasicLogger.Printer appender)  | 
boolean | 
ExpressionsBasedModel.validate(BasicLogger.Printer appender)  | 
protected boolean | 
Variable.validate(BigDecimal value,
        NumberContext context,
        BasicLogger.Printer appender)  | 
boolean | 
ExpressionsBasedModel.validate(NumberContext context,
        BasicLogger.Printer appender)  | 
Copyright © 2018 Optimatika. All rights reserved.